Shades of Cinnabar #DA4224
Tints of Cinnabar #DA4224
RGB
CMYK
RGB Variations
Color information
#DA4224 (or 0xDA4224) is known color: Cinnabar. HEX triplet: DA, 42 and 24. RGB value is (218,66,36). Sum of RGB (Red+Green+Blue) = 218+66+36=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4224 is #25BDDB. Grayscale: #6C6C6C. Windows color (decimal): -2473436 or 2376410. OLE color: 2376410.
HSL color Cylindrical-coordinate representation of color #DA4224: hue angle of 9.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA4224 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 36 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.15 |
| HSL | 9.89º | 0.72% | 0.5% | - |
| HSV(B) | 9.89º | 0.83% | 0.85% | - |
| XYZ | 31.18 | 18.93 | 3.68 | - |
| YUV | 108.03 | 87.36 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 36 | 0 | 0.70 | 0.83 | 0.15 | 9.89 | 0.72 | 0.5 |
| Hex | DA | 42 | 24 | 0 | 46 | 53 | F | A | 48 | 32 |
| Octal | 332 | 102 | 44 | 0 | 106 | 123 | 17 | 12 | 110 | 62 |
| Binary | 11011010 | 1000010 | 100100 | 0 | 1000110 | 1010011 | 1111 | 1010 | 1001000 | 110010 |
Color Harmonies of #DA4224
Complementary color
Monochromatic Colors of #DA4224
Black with #DA4224
Text Example
Text Example
White with #DA4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4224; }
p { color: rgb(218,66,36); }
H1.HeaderClassName
{
color: #DA4224;
}
.AnyTagClassName
{
color: #DA4224;
}
</style>
background-color css
<style>
a { background-color: #DA4224; }
a { background-color: rgb(218,66,36); }
div.DivClassName
{
background-color: #DA4224;
}
.BgClassName
{
background-color: #DA4224;
}
</style>
border-color css
<style>
span { border-color: #DA4224; }
span { border-color: rgb(218,66,36); }
td.TdClassName
{
border-color: #DA4224;
}
.TagClassName
{
border-color: #DA4224;
}
</style>