Shades of Cinnabar #DA4924
Tints of Cinnabar #DA4924
RGB
CMYK
RGB Variations
Color information
#DA4924 (or 0xDA4924) is known color: Cinnabar. HEX triplet: DA, 49 and 24. RGB value is (218,73,36). Sum of RGB (Red+Green+Blue) = 218+73+36=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4924 is #25B6DB. Grayscale: #707070. Windows color (decimal): -2471644 or 2378202. OLE color: 2378202.
HSL color Cylindrical-coordinate representation of color #DA4924: hue angle of 12.2º 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 #DA4924 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 36 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.15 |
| HSL | 12.2º | 0.72% | 0.5% | - |
| HSV(B) | 12.2º | 0.83% | 0.85% | - |
| XYZ | 31.61 | 19.8 | 3.82 | - |
| YUV | 112.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 36 | 0 | 0.67 | 0.83 | 0.15 | 12.2 | 0.72 | 0.5 |
| Hex | DA | 49 | 24 | 0 | 43 | 53 | F | C | 48 | 32 |
| Octal | 332 | 111 | 44 | 0 | 103 | 123 | 17 | 14 | 110 | 62 |
| Binary | 11011010 | 1001001 | 100100 | 0 | 1000011 | 1010011 | 1111 | 1100 | 1001000 | 110010 |
Color Harmonies of #DA4924
Complementary color
Monochromatic Colors of #DA4924
Black with #DA4924
Text Example
Text Example
White with #DA4924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4924; }
p { color: rgb(218,73,36); }
H1.HeaderClassName
{
color: #DA4924;
}
.AnyTagClassName
{
color: #DA4924;
}
</style>
background-color css
<style>
a { background-color: #DA4924; }
a { background-color: rgb(218,73,36); }
div.DivClassName
{
background-color: #DA4924;
}
.BgClassName
{
background-color: #DA4924;
}
</style>
border-color css
<style>
span { border-color: #DA4924; }
span { border-color: rgb(218,73,36); }
td.TdClassName
{
border-color: #DA4924;
}
.TagClassName
{
border-color: #DA4924;
}
</style>