Shades of Cinnabar #D44434
Tints of Cinnabar #D44434
RGB
CMYK
RGB Variations
Color information
#D44434 (or 0xD44434) is known color: Cinnabar. HEX triplet: D4, 44 and 34. RGB value is (212,68,52). Sum of RGB (Red+Green+Blue) = 212+68+52=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D44434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44434 is #2BBBCB. Grayscale: #6D6D6D. Windows color (decimal): -2866124 or 3425492. OLE color: 3425492.
HSL color Cylindrical-coordinate representation of color #D44434: hue angle of 6º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D44434 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 52 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.17 |
| HSL | 6º | 0.65% | 0.52% | - |
| HSV(B) | 6º | 0.75% | 0.83% | - |
| XYZ | 29.84 | 18.38 | 5.22 | - |
| YUV | 109.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 52 | 0 | 0.68 | 0.75 | 0.17 | 6 | 0.65 | 0.52 |
| Hex | D4 | 44 | 34 | 0 | 44 | 4B | 11 | 6 | 41 | 34 |
| Octal | 324 | 104 | 64 | 0 | 104 | 113 | 21 | 6 | 101 | 64 |
| Binary | 11010100 | 1000100 | 110100 | 0 | 1000100 | 1001011 | 10001 | 110 | 1000001 | 110100 |
Color Harmonies of #D44434
Complementary color
Monochromatic Colors of #D44434
Black with #D44434
Text Example
Text Example
White with #D44434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44434; }
p { color: rgb(212,68,52); }
H1.HeaderClassName
{
color: #D44434;
}
.AnyTagClassName
{
color: #D44434;
}
</style>
background-color css
<style>
a { background-color: #D44434; }
a { background-color: rgb(212,68,52); }
div.DivClassName
{
background-color: #D44434;
}
.BgClassName
{
background-color: #D44434;
}
</style>
border-color css
<style>
span { border-color: #D44434; }
span { border-color: rgb(212,68,52); }
td.TdClassName
{
border-color: #D44434;
}
.TagClassName
{
border-color: #D44434;
}
</style>