Shades of Cinnabar #D4462C
Tints of Cinnabar #D4462C
RGB
CMYK
RGB Variations
Color information
#D4462C (or 0xD4462C) is known color: Cinnabar. HEX triplet: D4, 46 and 2C. RGB value is (212,70,44). Sum of RGB (Red+Green+Blue) = 212+70+44=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D4462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4462C is #2BB9D3. Grayscale: #6D6D6D. Windows color (decimal): -2865620 or 2901716. OLE color: 2901716.
HSL color Cylindrical-coordinate representation of color #D4462C: hue angle of 9.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4462C is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 44 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.17 |
| HSL | 9.29º | 0.66% | 0.5% | - |
| HSV(B) | 9.29º | 0.79% | 0.83% | - |
| XYZ | 29.8 | 18.56 | 4.39 | - |
| YUV | 109.49 | 91.04 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 44 | 0 | 0.67 | 0.79 | 0.17 | 9.29 | 0.66 | 0.5 |
| Hex | D4 | 46 | 2C | 0 | 43 | 4F | 11 | 9 | 42 | 32 |
| Octal | 324 | 106 | 54 | 0 | 103 | 117 | 21 | 11 | 102 | 62 |
| Binary | 11010100 | 1000110 | 101100 | 0 | 1000011 | 1001111 | 10001 | 1001 | 1000010 | 110010 |
Color Harmonies of #D4462C
Complementary color
Monochromatic Colors of #D4462C
Black with #D4462C
Text Example
Text Example
White with #D4462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4462C; }
p { color: rgb(212,70,44); }
H1.HeaderClassName
{
color: #D4462C;
}
.AnyTagClassName
{
color: #D4462C;
}
</style>
background-color css
<style>
a { background-color: #D4462C; }
a { background-color: rgb(212,70,44); }
div.DivClassName
{
background-color: #D4462C;
}
.BgClassName
{
background-color: #D4462C;
}
</style>
border-color css
<style>
span { border-color: #D4462C; }
span { border-color: rgb(212,70,44); }
td.TdClassName
{
border-color: #D4462C;
}
.TagClassName
{
border-color: #D4462C;
}
</style>