Shades of Dark Coral #D55F42
Tints of Dark Coral #D55F42
RGB
CMYK
RGB Variations
Color information
#D55F42 (or 0xD55F42) is known color: Dark Coral. HEX triplet: D5, 5F and 42. RGB value is (213,95,66). Sum of RGB (Red+Green+Blue) = 213+95+66=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F42 is #2AA0BD. Grayscale: #7F7F7F. Windows color (decimal): -2793662 or 4349909. OLE color: 4349909.
HSL color Cylindrical-coordinate representation of color #D55F42: hue angle of 11.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D55F42 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 66 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.16 |
| HSL | 11.84º | 0.64% | 0.55% | - |
| HSV(B) | 11.84º | 0.69% | 0.84% | - |
| XYZ | 32.52 | 22.72 | 7.83 | - |
| YUV | 126.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 66 | 0 | 0.55 | 0.69 | 0.16 | 11.84 | 0.64 | 0.55 |
| Hex | D5 | 5F | 42 | 0 | 37 | 45 | 10 | C | 40 | 37 |
| Octal | 325 | 137 | 102 | 0 | 67 | 105 | 20 | 14 | 100 | 67 |
| Binary | 11010101 | 1011111 | 1000010 | 0 | 110111 | 1000101 | 10000 | 1100 | 1000000 | 110111 |
Color Harmonies of #D55F42
Complementary color
Monochromatic Colors of #D55F42
Black with #D55F42
Text Example
Text Example
White with #D55F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F42; }
p { color: rgb(213,95,66); }
H1.HeaderClassName
{
color: #D55F42;
}
.AnyTagClassName
{
color: #D55F42;
}
</style>
background-color css
<style>
a { background-color: #D55F42; }
a { background-color: rgb(213,95,66); }
div.DivClassName
{
background-color: #D55F42;
}
.BgClassName
{
background-color: #D55F42;
}
</style>
border-color css
<style>
span { border-color: #D55F42; }
span { border-color: rgb(213,95,66); }
td.TdClassName
{
border-color: #D55F42;
}
.TagClassName
{
border-color: #D55F42;
}
</style>