Shades of Cinnabar #D4462F
Tints of Cinnabar #D4462F
RGB
CMYK
RGB Variations
Color information
#D4462F (or 0xD4462F) is known color: Cinnabar. HEX triplet: D4, 46 and 2F. RGB value is (212,70,47). Sum of RGB (Red+Green+Blue) = 212+70+47=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D4462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4462F is #2BB9D0. Grayscale: #6E6E6E. Windows color (decimal): -2865617 or 3098324. OLE color: 3098324.
HSL color Cylindrical-coordinate representation of color #D4462F: hue angle of 8.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4462F is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 47 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.17 |
| HSL | 8.36º | 0.66% | 0.51% | - |
| HSV(B) | 8.36º | 0.78% | 0.83% | - |
| XYZ | 29.85 | 18.58 | 4.7 | - |
| YUV | 109.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 47 | 0 | 0.67 | 0.78 | 0.17 | 8.36 | 0.66 | 0.51 |
| Hex | D4 | 46 | 2F | 0 | 43 | 4E | 11 | 8 | 42 | 33 |
| Octal | 324 | 106 | 57 | 0 | 103 | 116 | 21 | 10 | 102 | 63 |
| Binary | 11010100 | 1000110 | 101111 | 0 | 1000011 | 1001110 | 10001 | 1000 | 1000010 | 110011 |
Color Harmonies of #D4462F
Complementary color
Monochromatic Colors of #D4462F
Black with #D4462F
Text Example
Text Example
White with #D4462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4462F; }
p { color: rgb(212,70,47); }
H1.HeaderClassName
{
color: #D4462F;
}
.AnyTagClassName
{
color: #D4462F;
}
</style>
background-color css
<style>
a { background-color: #D4462F; }
a { background-color: rgb(212,70,47); }
div.DivClassName
{
background-color: #D4462F;
}
.BgClassName
{
background-color: #D4462F;
}
</style>
border-color css
<style>
span { border-color: #D4462F; }
span { border-color: rgb(212,70,47); }
td.TdClassName
{
border-color: #D4462F;
}
.TagClassName
{
border-color: #D4462F;
}
</style>