Shades of Dark Coral #D35441
Tints of Dark Coral #D35441
RGB
CMYK
RGB Variations
Color information
#D35441 (or 0xD35441) is known color: Dark Coral. HEX triplet: D3, 54 and 41. RGB value is (211,84,65). Sum of RGB (Red+Green+Blue) = 211+84+65=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D35441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35441 is #2CABBE. Grayscale: #787878. Windows color (decimal): -2927551 or 4281555. OLE color: 4281555.
HSL color Cylindrical-coordinate representation of color #D35441: hue angle of 7.81º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D35441 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 65 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.17 |
| HSL | 7.81º | 0.62% | 0.54% | - |
| HSV(B) | 7.81º | 0.69% | 0.83% | - |
| XYZ | 30.99 | 20.57 | 7.34 | - |
| YUV | 119.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 65 | 0 | 0.60 | 0.69 | 0.17 | 7.81 | 0.62 | 0.54 |
| Hex | D3 | 54 | 41 | 0 | 3C | 45 | 11 | 8 | 3E | 36 |
| Octal | 323 | 124 | 101 | 0 | 74 | 105 | 21 | 10 | 76 | 66 |
| Binary | 11010011 | 1010100 | 1000001 | 0 | 111100 | 1000101 | 10001 | 1000 | 111110 | 110110 |
Color Harmonies of #D35441
Complementary color
Monochromatic Colors of #D35441
Black with #D35441
Text Example
Text Example
White with #D35441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35441; }
p { color: rgb(211,84,65); }
H1.HeaderClassName
{
color: #D35441;
}
.AnyTagClassName
{
color: #D35441;
}
</style>
background-color css
<style>
a { background-color: #D35441; }
a { background-color: rgb(211,84,65); }
div.DivClassName
{
background-color: #D35441;
}
.BgClassName
{
background-color: #D35441;
}
</style>
border-color css
<style>
span { border-color: #D35441; }
span { border-color: rgb(211,84,65); }
td.TdClassName
{
border-color: #D35441;
}
.TagClassName
{
border-color: #D35441;
}
</style>