Shades of Cinnabar #D44533
Tints of Cinnabar #D44533
RGB
CMYK
RGB Variations
Color information
#D44533 (or 0xD44533) is known color: Cinnabar. HEX triplet: D4, 45 and 33. RGB value is (212,69,51). Sum of RGB (Red+Green+Blue) = 212+69+51=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D44533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44533 is #2BBACC. Grayscale: #6D6D6D. Windows color (decimal): -2865869 or 3360212. OLE color: 3360212.
HSL color Cylindrical-coordinate representation of color #D44533: hue angle of 6.71º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D44533 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 51 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.17 |
| HSL | 6.71º | 0.65% | 0.52% | - |
| HSV(B) | 6.71º | 0.76% | 0.83% | - |
| XYZ | 29.88 | 18.49 | 5.13 | - |
| YUV | 109.71 | 94.88 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 51 | 0 | 0.67 | 0.76 | 0.17 | 6.71 | 0.65 | 0.52 |
| Hex | D4 | 45 | 33 | 0 | 43 | 4C | 11 | 7 | 41 | 34 |
| Octal | 324 | 105 | 63 | 0 | 103 | 114 | 21 | 7 | 101 | 64 |
| Binary | 11010100 | 1000101 | 110011 | 0 | 1000011 | 1001100 | 10001 | 111 | 1000001 | 110100 |
Color Harmonies of #D44533
Complementary color
Monochromatic Colors of #D44533
Black with #D44533
Text Example
Text Example
White with #D44533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44533; }
p { color: rgb(212,69,51); }
H1.HeaderClassName
{
color: #D44533;
}
.AnyTagClassName
{
color: #D44533;
}
</style>
background-color css
<style>
a { background-color: #D44533; }
a { background-color: rgb(212,69,51); }
div.DivClassName
{
background-color: #D44533;
}
.BgClassName
{
background-color: #D44533;
}
</style>
border-color css
<style>
span { border-color: #D44533; }
span { border-color: rgb(212,69,51); }
td.TdClassName
{
border-color: #D44533;
}
.TagClassName
{
border-color: #D44533;
}
</style>