Shades of Dark Coral #DC5A41
Tints of Dark Coral #DC5A41
RGB
CMYK
RGB Variations
Color information
#DC5A41 (or 0xDC5A41) is known color: Dark Coral. HEX triplet: DC, 5A and 41. RGB value is (220,90,65). Sum of RGB (Red+Green+Blue) = 220+90+65=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A41 is #23A5BE. Grayscale: #7E7E7E. Windows color (decimal): -2336191 or 4283100. OLE color: 4283100.
HSL color Cylindrical-coordinate representation of color #DC5A41: hue angle of 9.68º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC5A41 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 65 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.14 |
| HSL | 9.68º | 0.69% | 0.56% | - |
| HSV(B) | 9.68º | 0.7% | 0.86% | - |
| XYZ | 34.13 | 22.91 | 7.62 | - |
| YUV | 126.02 | 93.57 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 65 | 0 | 0.59 | 0.70 | 0.14 | 9.68 | 0.69 | 0.56 |
| Hex | DC | 5A | 41 | 0 | 3B | 46 | E | A | 45 | 38 |
| Octal | 334 | 132 | 101 | 0 | 73 | 106 | 16 | 12 | 105 | 70 |
| Binary | 11011100 | 1011010 | 1000001 | 0 | 111011 | 1000110 | 1110 | 1010 | 1000101 | 111000 |
Color Harmonies of #DC5A41
Complementary color
Monochromatic Colors of #DC5A41
Black with #DC5A41
Text Example
Text Example
White with #DC5A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A41; }
p { color: rgb(220,90,65); }
H1.HeaderClassName
{
color: #DC5A41;
}
.AnyTagClassName
{
color: #DC5A41;
}
</style>
background-color css
<style>
a { background-color: #DC5A41; }
a { background-color: rgb(220,90,65); }
div.DivClassName
{
background-color: #DC5A41;
}
.BgClassName
{
background-color: #DC5A41;
}
</style>
border-color css
<style>
span { border-color: #DC5A41; }
span { border-color: rgb(220,90,65); }
td.TdClassName
{
border-color: #DC5A41;
}
.TagClassName
{
border-color: #DC5A41;
}
</style>