Shades of Cinnabar #D44532
Tints of Cinnabar #D44532
RGB
CMYK
RGB Variations
Color information
#D44532 (or 0xD44532) is known color: Cinnabar. HEX triplet: D4, 45 and 32. RGB value is (212,69,50). Sum of RGB (Red+Green+Blue) = 212+69+50=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D44532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44532 is #2BBACD. Grayscale: #6D6D6D. Windows color (decimal): -2865870 or 3294676. OLE color: 3294676.
HSL color Cylindrical-coordinate representation of color #D44532: hue angle of 7.04º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D44532 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 50 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.17 |
| HSL | 7.04º | 0.65% | 0.51% | - |
| HSV(B) | 7.04º | 0.76% | 0.83% | - |
| XYZ | 29.86 | 18.48 | 5.01 | - |
| YUV | 109.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 50 | 0 | 0.67 | 0.76 | 0.17 | 7.04 | 0.65 | 0.51 |
| Hex | D4 | 45 | 32 | 0 | 43 | 4C | 11 | 7 | 41 | 33 |
| Octal | 324 | 105 | 62 | 0 | 103 | 114 | 21 | 7 | 101 | 63 |
| Binary | 11010100 | 1000101 | 110010 | 0 | 1000011 | 1001100 | 10001 | 111 | 1000001 | 110011 |
Color Harmonies of #D44532
Complementary color
Monochromatic Colors of #D44532
Black with #D44532
Text Example
Text Example
White with #D44532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44532; }
p { color: rgb(212,69,50); }
H1.HeaderClassName
{
color: #D44532;
}
.AnyTagClassName
{
color: #D44532;
}
</style>
background-color css
<style>
a { background-color: #D44532; }
a { background-color: rgb(212,69,50); }
div.DivClassName
{
background-color: #D44532;
}
.BgClassName
{
background-color: #D44532;
}
</style>
border-color css
<style>
span { border-color: #D44532; }
span { border-color: rgb(212,69,50); }
td.TdClassName
{
border-color: #D44532;
}
.TagClassName
{
border-color: #D44532;
}
</style>