Shades of Cinnabar #D4403C
Tints of Cinnabar #D4403C
RGB
CMYK
RGB Variations
Color information
#D4403C (or 0xD4403C) is known color: Cinnabar. HEX triplet: D4, 40 and 3C. RGB value is (212,64,60). Sum of RGB (Red+Green+Blue) = 212+64+60=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D4403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4403C is #2BBFC3. Grayscale: #6B6B6B. Windows color (decimal): -2867140 or 3948756. OLE color: 3948756.
HSL color Cylindrical-coordinate representation of color #D4403C: hue angle of 1.58º 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 #D4403C is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 60 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.17 |
| HSL | 1.58º | 0.64% | 0.53% | - |
| HSV(B) | 1.58º | 0.72% | 0.83% | - |
| XYZ | 29.8 | 17.99 | 6.18 | - |
| YUV | 107.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 60 | 0 | 0.70 | 0.72 | 0.17 | 1.58 | 0.64 | 0.53 |
| Hex | D4 | 40 | 3C | 0 | 46 | 48 | 11 | 2 | 40 | 35 |
| Octal | 324 | 100 | 74 | 0 | 106 | 110 | 21 | 2 | 100 | 65 |
| Binary | 11010100 | 1000000 | 111100 | 0 | 1000110 | 1001000 | 10001 | 10 | 1000000 | 110101 |
Color Harmonies of #D4403C
Complementary color
Monochromatic Colors of #D4403C
Black with #D4403C
Text Example
Text Example
White with #D4403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4403C; }
p { color: rgb(212,64,60); }
H1.HeaderClassName
{
color: #D4403C;
}
.AnyTagClassName
{
color: #D4403C;
}
</style>
background-color css
<style>
a { background-color: #D4403C; }
a { background-color: rgb(212,64,60); }
div.DivClassName
{
background-color: #D4403C;
}
.BgClassName
{
background-color: #D4403C;
}
</style>
border-color css
<style>
span { border-color: #D4403C; }
span { border-color: rgb(212,64,60); }
td.TdClassName
{
border-color: #D4403C;
}
.TagClassName
{
border-color: #D4403C;
}
</style>