COLOR #D55230

HEX: #D55230
RGB: (213,82,48)

Color info

#D55230 contains mainly red color. Web safe color of #D55230 is #CC6633 (or #C63).

RGB color model

#D55230 color RGB value is (213,82,48).

  • red value is 213;
  • green value is 82;
  • blue value is 48.
RGB:
(213,82,48)
(84%,32%,19%)

RGB channels and saturation

R 213 of 255 = 84%
G 82 of 255 = 32%
B 48 of 255 = 19%

213
82
48

R + G + B ~ 45%. #D55230 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
213 + 82 + 48 = 343 (100%)
R 213 of 343 ~ 62.1%
G 82 of 343 ~ 23.91%
B 48 of 343 ~ 13.99%

%62.1
%23.91
%13.99

CMYK color model

#D55230 color CMYK value is (0,62,77,16).

  • cyan value is 0.00%
  • magenta value is 61.50%
  • yellow value is 77.46%
  • key color value is 16.47%
CMYK:
(0,62,77,16)
C0M62Y77K16 
(0%,62%,77%,16%)
(0.00/0.62/0.77/0.16)	

CMYK percentages

%0
%61.5
%77.46
%16.47

Codes

Color #D55230 in popluar color models

D55230
RGB2138248
HSL12°66.27%51.18%
HSB/HSV12°77.46%83.53%
CMYK0.00%61.50%77.46%
16.47%

Color #D55230 in popluar number systems.

HEXD55230
Decimal2138248
Binary110101011010010110000
Octal32512260

Shades and tints

Shades of #D55230

#D55230
(213,82,48)
#C24B2C
(194,75,44)
#AF4428
(175,68,40)
#9C3D24
(156,61,36)
#893620
(137,54,32)
#762F1C
(118,47,28)
#632818
(99,40,24)
#502114
(80,33,20)
#3D1A10
(61,26,16)
#2A130C
(42,19,12)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #D55230

#D55230
(213,82,48)
#D86142
(216,97,66)
#DB7054
(219,112,84)
#DE7F66
(222,127,102)
#E18E78
(225,142,120)
#E49D8A
(228,157,138)
#E7AC9C
(231,172,156)
#EABBAE
(234,187,174)
#EDCAC0
(237,202,192)
#F0D9D2
(240,217,210)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55230 color. Also use rgb(213,82,48) instead hex code.

Text Font Color

.myTextColor { color: #D55230; }

<p style="color:#D55230">This sample text font color is #D55230.</p>

This text font color is #D55230.


Background Color

.myBgColor { background-color: #D55230; }

<div style="background-color:#D55230">Inner text</div>

This div background color is #D55230.


Border color

.myBorderColor { border: 1px solid #D55230; }

<div style="border:3px solid #D55230">Div</div>

This div border color is #D55230.


Opacity

.myOpacity80 { color: #D55230; opacity: 0.8; }

<p style="color:#D55230;opacity:0.8;">80%</p>

Text with #D55230 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D55230;}

<p style="text-shadow: 3px 3px 1px #D55230">Text here.</p>

This text has shadow with #D55230 color.

.textShadow {text-shadow: 3px 3px 1px #D55230, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D55230, 5px 5px 20px red">Text here.</p>

This text has shadow with #D55230 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D55230, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D55230, Direction=45, Strength=4)">Text</p>

This text has shadow with #D55230 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D55230;
  -webkit-box-shadow:	1px 1px 3px 2px #D55230;
  box-shadow:		1px 1px 3px 2px #D55230;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D55230;
-webkit-box-shadow: 1px 1px 3px 2px #D55230;
box-shadow:1px 1px 3px 2px #D55230;">
Div content here</div>
This div box has shadow with color #D55230.

Preview

Color preview on black background

This text has color #D55230 on black background.


Color preview on white background

This text has color #D55230 on white background.



Black color preview on #D55230 background

This text has black color on #D55230 background.


White color preview on #D55230 background

This text has white color on #D55230 background.