Shades of Dark Coral #D55F3F
Tints of Dark Coral #D55F3F
RGB
CMYK
RGB Variations
Color information
#D55F3F (or 0xD55F3F) is known color: Dark Coral. HEX triplet: D5, 5F and 3F. RGB value is (213,95,63). Sum of RGB (Red+Green+Blue) = 213+95+63=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F3F is #2AA0C0. Grayscale: #7E7E7E. Windows color (decimal): -2793665 or 4153301. OLE color: 4153301.
HSL color Cylindrical-coordinate representation of color #D55F3F: hue angle of 12.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D55F3F is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 63 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.16 |
| HSL | 12.8º | 0.64% | 0.54% | - |
| HSV(B) | 12.8º | 0.7% | 0.84% | - |
| XYZ | 32.43 | 22.69 | 7.37 | - |
| YUV | 126.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 63 | 0 | 0.55 | 0.70 | 0.16 | 12.8 | 0.64 | 0.54 |
| Hex | D5 | 5F | 3F | 0 | 37 | 46 | 10 | D | 40 | 36 |
| Octal | 325 | 137 | 77 | 0 | 67 | 106 | 20 | 15 | 100 | 66 |
| Binary | 11010101 | 1011111 | 111111 | 0 | 110111 | 1000110 | 10000 | 1101 | 1000000 | 110110 |
Color Harmonies of #D55F3F
Complementary color
Monochromatic Colors of #D55F3F
Black with #D55F3F
Text Example
Text Example
White with #D55F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F3F; }
p { color: rgb(213,95,63); }
H1.HeaderClassName
{
color: #D55F3F;
}
.AnyTagClassName
{
color: #D55F3F;
}
</style>
background-color css
<style>
a { background-color: #D55F3F; }
a { background-color: rgb(213,95,63); }
div.DivClassName
{
background-color: #D55F3F;
}
.BgClassName
{
background-color: #D55F3F;
}
</style>
border-color css
<style>
span { border-color: #D55F3F; }
span { border-color: rgb(213,95,63); }
td.TdClassName
{
border-color: #D55F3F;
}
.TagClassName
{
border-color: #D55F3F;
}
</style>