Shades of Cinnabar #D44224
Tints of Cinnabar #D44224
RGB
CMYK
RGB Variations
Color information
#D44224 (or 0xD44224) is known color: Cinnabar. HEX triplet: D4, 42 and 24. RGB value is (212,66,36). Sum of RGB (Red+Green+Blue) = 212+66+36=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D44224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44224 is #2BBDDB. Grayscale: #6A6A6A. Windows color (decimal): -2866652 or 2376404. OLE color: 2376404.
HSL color Cylindrical-coordinate representation of color #D44224: hue angle of 10.23º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D44224 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 36 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.17 |
| HSL | 10.23º | 0.71% | 0.49% | - |
| HSV(B) | 10.23º | 0.83% | 0.83% | - |
| XYZ | 29.42 | 18.02 | 3.6 | - |
| YUV | 106.23 | 88.37 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 36 | 0 | 0.69 | 0.83 | 0.17 | 10.23 | 0.71 | 0.49 |
| Hex | D4 | 42 | 24 | 0 | 45 | 53 | 11 | A | 47 | 31 |
| Octal | 324 | 102 | 44 | 0 | 105 | 123 | 21 | 12 | 107 | 61 |
| Binary | 11010100 | 1000010 | 100100 | 0 | 1000101 | 1010011 | 10001 | 1010 | 1000111 | 110001 |
Color Harmonies of #D44224
Complementary color
Monochromatic Colors of #D44224
Black with #D44224
Text Example
Text Example
White with #D44224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44224; }
p { color: rgb(212,66,36); }
H1.HeaderClassName
{
color: #D44224;
}
.AnyTagClassName
{
color: #D44224;
}
</style>
background-color css
<style>
a { background-color: #D44224; }
a { background-color: rgb(212,66,36); }
div.DivClassName
{
background-color: #D44224;
}
.BgClassName
{
background-color: #D44224;
}
</style>
border-color css
<style>
span { border-color: #D44224; }
span { border-color: rgb(212,66,36); }
td.TdClassName
{
border-color: #D44224;
}
.TagClassName
{
border-color: #D44224;
}
</style>