Shades of Cinnabar #D4412D
Tints of Cinnabar #D4412D
RGB
CMYK
RGB Variations
Color information
#D4412D (or 0xD4412D) is known color: Cinnabar. HEX triplet: D4, 41 and 2D. RGB value is (212,65,45). Sum of RGB (Red+Green+Blue) = 212+65+45=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4412D is #2BBED2. Grayscale: #6A6A6A. Windows color (decimal): -2866899 or 2965972. OLE color: 2965972.
HSL color Cylindrical-coordinate representation of color #D4412D: hue angle of 7.19º 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 #D4412D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 45 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.17 |
| HSL | 7.19º | 0.66% | 0.5% | - |
| HSV(B) | 7.19º | 0.79% | 0.83% | - |
| XYZ | 29.52 | 17.97 | 4.39 | - |
| YUV | 106.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 45 | 0 | 0.69 | 0.79 | 0.17 | 7.19 | 0.66 | 0.5 |
| Hex | D4 | 41 | 2D | 0 | 45 | 4F | 11 | 7 | 42 | 32 |
| Octal | 324 | 101 | 55 | 0 | 105 | 117 | 21 | 7 | 102 | 62 |
| Binary | 11010100 | 1000001 | 101101 | 0 | 1000101 | 1001111 | 10001 | 111 | 1000010 | 110010 |
Color Harmonies of #D4412D
Complementary color
Monochromatic Colors of #D4412D
Black with #D4412D
Text Example
Text Example
White with #D4412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4412D; }
p { color: rgb(212,65,45); }
H1.HeaderClassName
{
color: #D4412D;
}
.AnyTagClassName
{
color: #D4412D;
}
</style>
background-color css
<style>
a { background-color: #D4412D; }
a { background-color: rgb(212,65,45); }
div.DivClassName
{
background-color: #D4412D;
}
.BgClassName
{
background-color: #D4412D;
}
</style>
border-color css
<style>
span { border-color: #D4412D; }
span { border-color: rgb(212,65,45); }
td.TdClassName
{
border-color: #D4412D;
}
.TagClassName
{
border-color: #D4412D;
}
</style>