Shades of Cinnabar #D44529
Tints of Cinnabar #D44529
RGB
CMYK
RGB Variations
Color information
#D44529 (or 0xD44529) is known color: Cinnabar. HEX triplet: D4, 45 and 29. RGB value is (212,69,41). Sum of RGB (Red+Green+Blue) = 212+69+41=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D44529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44529 is #2BBAD6. Grayscale: #6C6C6C. Windows color (decimal): -2865879 or 2704852. OLE color: 2704852.
HSL color Cylindrical-coordinate representation of color #D44529: hue angle of 9.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D44529 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 41 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.17 |
| HSL | 9.82º | 0.68% | 0.5% | - |
| HSV(B) | 9.82º | 0.81% | 0.83% | - |
| XYZ | 29.68 | 18.41 | 4.09 | - |
| YUV | 108.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 41 | 0 | 0.67 | 0.81 | 0.17 | 9.82 | 0.68 | 0.5 |
| Hex | D4 | 45 | 29 | 0 | 43 | 51 | 11 | A | 44 | 32 |
| Octal | 324 | 105 | 51 | 0 | 103 | 121 | 21 | 12 | 104 | 62 |
| Binary | 11010100 | 1000101 | 101001 | 0 | 1000011 | 1010001 | 10001 | 1010 | 1000100 | 110010 |
Color Harmonies of #D44529
Complementary color
Monochromatic Colors of #D44529
Black with #D44529
Text Example
Text Example
White with #D44529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44529; }
p { color: rgb(212,69,41); }
H1.HeaderClassName
{
color: #D44529;
}
.AnyTagClassName
{
color: #D44529;
}
</style>
background-color css
<style>
a { background-color: #D44529; }
a { background-color: rgb(212,69,41); }
div.DivClassName
{
background-color: #D44529;
}
.BgClassName
{
background-color: #D44529;
}
</style>
border-color css
<style>
span { border-color: #D44529; }
span { border-color: rgb(212,69,41); }
td.TdClassName
{
border-color: #D44529;
}
.TagClassName
{
border-color: #D44529;
}
</style>