Shades of Dark Coral #D35E44
Tints of Dark Coral #D35E44
RGB
CMYK
RGB Variations
Color information
#D35E44 (or 0xD35E44) is known color: Dark Coral. HEX triplet: D3, 5E and 44. RGB value is (211,94,68). Sum of RGB (Red+Green+Blue) = 211+94+68=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35E44 is #2CA1BB. Grayscale: #7E7E7E. Windows color (decimal): -2924988 or 4480723. OLE color: 4480723.
HSL color Cylindrical-coordinate representation of color #D35E44: hue angle of 10.91º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D35E44 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 68 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.17 |
| HSL | 10.91º | 0.62% | 0.55% | - |
| HSV(B) | 10.91º | 0.68% | 0.83% | - |
| XYZ | 31.91 | 22.27 | 8.09 | - |
| YUV | 126.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 68 | 0 | 0.55 | 0.68 | 0.17 | 10.91 | 0.62 | 0.55 |
| Hex | D3 | 5E | 44 | 0 | 37 | 44 | 11 | B | 3E | 37 |
| Octal | 323 | 136 | 104 | 0 | 67 | 104 | 21 | 13 | 76 | 67 |
| Binary | 11010011 | 1011110 | 1000100 | 0 | 110111 | 1000100 | 10001 | 1011 | 111110 | 110111 |
Color Harmonies of #D35E44
Complementary color
Monochromatic Colors of #D35E44
Black with #D35E44
Text Example
Text Example
White with #D35E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35E44; }
p { color: rgb(211,94,68); }
H1.HeaderClassName
{
color: #D35E44;
}
.AnyTagClassName
{
color: #D35E44;
}
</style>
background-color css
<style>
a { background-color: #D35E44; }
a { background-color: rgb(211,94,68); }
div.DivClassName
{
background-color: #D35E44;
}
.BgClassName
{
background-color: #D35E44;
}
</style>
border-color css
<style>
span { border-color: #D35E44; }
span { border-color: rgb(211,94,68); }
td.TdClassName
{
border-color: #D35E44;
}
.TagClassName
{
border-color: #D35E44;
}
</style>