Shades of Dark Coral #D4503B
Tints of Dark Coral #D4503B
RGB
CMYK
RGB Variations
Color information
#D4503B (or 0xD4503B) is known color: Dark Coral. HEX triplet: D4, 50 and 3B. RGB value is (212,80,59). Sum of RGB (Red+Green+Blue) = 212+80+59=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D4503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4503B is #2BAFC4. Grayscale: #757575. Windows color (decimal): -2863045 or 3887316. OLE color: 3887316.
HSL color Cylindrical-coordinate representation of color #D4503B: hue angle of 8.24º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4503B is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 59 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.17 |
| HSL | 8.24º | 0.64% | 0.53% | - |
| HSV(B) | 8.24º | 0.72% | 0.83% | - |
| XYZ | 30.81 | 20.05 | 6.38 | - |
| YUV | 117.07 | 95.23 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 59 | 0 | 0.62 | 0.72 | 0.17 | 8.24 | 0.64 | 0.53 |
| Hex | D4 | 50 | 3B | 0 | 3E | 48 | 11 | 8 | 40 | 35 |
| Octal | 324 | 120 | 73 | 0 | 76 | 110 | 21 | 10 | 100 | 65 |
| Binary | 11010100 | 1010000 | 111011 | 0 | 111110 | 1001000 | 10001 | 1000 | 1000000 | 110101 |
Color Harmonies of #D4503B
Complementary color
Monochromatic Colors of #D4503B
Black with #D4503B
Text Example
Text Example
White with #D4503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4503B; }
p { color: rgb(212,80,59); }
H1.HeaderClassName
{
color: #D4503B;
}
.AnyTagClassName
{
color: #D4503B;
}
</style>
background-color css
<style>
a { background-color: #D4503B; }
a { background-color: rgb(212,80,59); }
div.DivClassName
{
background-color: #D4503B;
}
.BgClassName
{
background-color: #D4503B;
}
</style>
border-color css
<style>
span { border-color: #D4503B; }
span { border-color: rgb(212,80,59); }
td.TdClassName
{
border-color: #D4503B;
}
.TagClassName
{
border-color: #D4503B;
}
</style>