Shades of Dark Coral #D36241
Tints of Dark Coral #D36241
RGB
CMYK
RGB Variations
Color information
#D36241 (or 0xD36241) is known color: Dark Coral. HEX triplet: D3, 62 and 41. RGB value is (211,98,65). Sum of RGB (Red+Green+Blue) = 211+98+65=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D36241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36241 is #2C9DBE. Grayscale: #808080. Windows color (decimal): -2923967 or 4285139. OLE color: 4285139.
HSL color Cylindrical-coordinate representation of color #D36241: hue angle of 13.56º 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 #D36241 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 65 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.17 |
| HSL | 13.56º | 0.62% | 0.54% | - |
| HSV(B) | 13.56º | 0.69% | 0.83% | - |
| XYZ | 32.19 | 22.97 | 7.74 | - |
| YUV | 128.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 65 | 0 | 0.54 | 0.69 | 0.17 | 13.56 | 0.62 | 0.54 |
| Hex | D3 | 62 | 41 | 0 | 36 | 45 | 11 | E | 3E | 36 |
| Octal | 323 | 142 | 101 | 0 | 66 | 105 | 21 | 16 | 76 | 66 |
| Binary | 11010011 | 1100010 | 1000001 | 0 | 110110 | 1000101 | 10001 | 1110 | 111110 | 110110 |
Color Harmonies of #D36241
Complementary color
Monochromatic Colors of #D36241
Black with #D36241
Text Example
Text Example
White with #D36241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36241; }
p { color: rgb(211,98,65); }
H1.HeaderClassName
{
color: #D36241;
}
.AnyTagClassName
{
color: #D36241;
}
</style>
background-color css
<style>
a { background-color: #D36241; }
a { background-color: rgb(211,98,65); }
div.DivClassName
{
background-color: #D36241;
}
.BgClassName
{
background-color: #D36241;
}
</style>
border-color css
<style>
span { border-color: #D36241; }
span { border-color: rgb(211,98,65); }
td.TdClassName
{
border-color: #D36241;
}
.TagClassName
{
border-color: #D36241;
}
</style>