Shades of Dark Coral #D45242
Tints of Dark Coral #D45242
RGB
CMYK
RGB Variations
Color information
#D45242 (or 0xD45242) is known color: Dark Coral. HEX triplet: D4, 52 and 42. RGB value is (212,82,66). Sum of RGB (Red+Green+Blue) = 212+82+66=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D45242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45242 is #2BADBD. Grayscale: #777777. Windows color (decimal): -2862526 or 4346580. OLE color: 4346580.
HSL color Cylindrical-coordinate representation of color #D45242: hue angle of 6.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D45242 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 66 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.17 |
| HSL | 6.58º | 0.63% | 0.55% | - |
| HSV(B) | 6.58º | 0.69% | 0.83% | - |
| XYZ | 31.15 | 20.42 | 7.45 | - |
| YUV | 119.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 66 | 0 | 0.61 | 0.69 | 0.17 | 6.58 | 0.63 | 0.55 |
| Hex | D4 | 52 | 42 | 0 | 3D | 45 | 11 | 7 | 3F | 37 |
| Octal | 324 | 122 | 102 | 0 | 75 | 105 | 21 | 7 | 77 | 67 |
| Binary | 11010100 | 1010010 | 1000010 | 0 | 111101 | 1000101 | 10001 | 111 | 111111 | 110111 |
Color Harmonies of #D45242
Complementary color
Monochromatic Colors of #D45242
Black with #D45242
Text Example
Text Example
White with #D45242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45242; }
p { color: rgb(212,82,66); }
H1.HeaderClassName
{
color: #D45242;
}
.AnyTagClassName
{
color: #D45242;
}
</style>
background-color css
<style>
a { background-color: #D45242; }
a { background-color: rgb(212,82,66); }
div.DivClassName
{
background-color: #D45242;
}
.BgClassName
{
background-color: #D45242;
}
</style>
border-color css
<style>
span { border-color: #D45242; }
span { border-color: rgb(212,82,66); }
td.TdClassName
{
border-color: #D45242;
}
.TagClassName
{
border-color: #D45242;
}
</style>