Shades of Cinnabar #DA4724
Tints of Cinnabar #DA4724
RGB
CMYK
RGB Variations
Color information
#DA4724 (or 0xDA4724) is known color: Cinnabar. HEX triplet: DA, 47 and 24. RGB value is (218,71,36). Sum of RGB (Red+Green+Blue) = 218+71+36=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4724 is #25B8DB. Grayscale: #6F6F6F. Windows color (decimal): -2472156 or 2377690. OLE color: 2377690.
HSL color Cylindrical-coordinate representation of color #DA4724: hue angle of 11.54º 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 #DA4724 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 36 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.15 |
| HSL | 11.54º | 0.72% | 0.5% | - |
| HSV(B) | 11.54º | 0.83% | 0.85% | - |
| XYZ | 31.49 | 19.54 | 3.78 | - |
| YUV | 110.96 | 85.7 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 36 | 0 | 0.67 | 0.83 | 0.15 | 11.54 | 0.72 | 0.5 |
| Hex | DA | 47 | 24 | 0 | 43 | 53 | F | C | 48 | 32 |
| Octal | 332 | 107 | 44 | 0 | 103 | 123 | 17 | 14 | 110 | 62 |
| Binary | 11011010 | 1000111 | 100100 | 0 | 1000011 | 1010011 | 1111 | 1100 | 1001000 | 110010 |
Color Harmonies of #DA4724
Complementary color
Monochromatic Colors of #DA4724
Black with #DA4724
Text Example
Text Example
White with #DA4724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4724; }
p { color: rgb(218,71,36); }
H1.HeaderClassName
{
color: #DA4724;
}
.AnyTagClassName
{
color: #DA4724;
}
</style>
background-color css
<style>
a { background-color: #DA4724; }
a { background-color: rgb(218,71,36); }
div.DivClassName
{
background-color: #DA4724;
}
.BgClassName
{
background-color: #DA4724;
}
</style>
border-color css
<style>
span { border-color: #DA4724; }
span { border-color: rgb(218,71,36); }
td.TdClassName
{
border-color: #DA4724;
}
.TagClassName
{
border-color: #DA4724;
}
</style>