Shades of Cinnabar #D4412F
Tints of Cinnabar #D4412F
RGB
CMYK
RGB Variations
Color information
#D4412F (or 0xD4412F) is known color: Cinnabar. HEX triplet: D4, 41 and 2F. RGB value is (212,65,47). Sum of RGB (Red+Green+Blue) = 212+65+47=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4412F is #2BBED0. Grayscale: #6B6B6B. Windows color (decimal): -2866897 or 3097044. OLE color: 3097044.
HSL color Cylindrical-coordinate representation of color #D4412F: hue angle of 6.55º 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 #D4412F is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 47 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.17 |
| HSL | 6.55º | 0.66% | 0.51% | - |
| HSV(B) | 6.55º | 0.78% | 0.83% | - |
| XYZ | 29.55 | 17.98 | 4.6 | - |
| YUV | 106.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 47 | 0 | 0.69 | 0.78 | 0.17 | 6.55 | 0.66 | 0.51 |
| Hex | D4 | 41 | 2F | 0 | 45 | 4E | 11 | 7 | 42 | 33 |
| Octal | 324 | 101 | 57 | 0 | 105 | 116 | 21 | 7 | 102 | 63 |
| Binary | 11010100 | 1000001 | 101111 | 0 | 1000101 | 1001110 | 10001 | 111 | 1000010 | 110011 |
Color Harmonies of #D4412F
Complementary color
Monochromatic Colors of #D4412F
Black with #D4412F
Text Example
Text Example
White with #D4412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4412F; }
p { color: rgb(212,65,47); }
H1.HeaderClassName
{
color: #D4412F;
}
.AnyTagClassName
{
color: #D4412F;
}
</style>
background-color css
<style>
a { background-color: #D4412F; }
a { background-color: rgb(212,65,47); }
div.DivClassName
{
background-color: #D4412F;
}
.BgClassName
{
background-color: #D4412F;
}
</style>
border-color css
<style>
span { border-color: #D4412F; }
span { border-color: rgb(212,65,47); }
td.TdClassName
{
border-color: #D4412F;
}
.TagClassName
{
border-color: #D4412F;
}
</style>