Shades of Cinnabar #DA4124
Tints of Cinnabar #DA4124
RGB
CMYK
RGB Variations
Color information
#DA4124 (or 0xDA4124) is known color: Cinnabar. HEX triplet: DA, 41 and 24. RGB value is (218,65,36). Sum of RGB (Red+Green+Blue) = 218+65+36=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4124 is #25BEDB. Grayscale: #6B6B6B. Windows color (decimal): -2473692 or 2376154. OLE color: 2376154.
HSL color Cylindrical-coordinate representation of color #DA4124: hue angle of 9.56º 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 #DA4124 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 36 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.15 |
| HSL | 9.56º | 0.72% | 0.5% | - |
| HSV(B) | 9.56º | 0.83% | 0.85% | - |
| XYZ | 31.12 | 18.81 | 3.66 | - |
| YUV | 107.44 | 87.69 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 36 | 0 | 0.70 | 0.83 | 0.15 | 9.56 | 0.72 | 0.5 |
| Hex | DA | 41 | 24 | 0 | 46 | 53 | F | A | 48 | 32 |
| Octal | 332 | 101 | 44 | 0 | 106 | 123 | 17 | 12 | 110 | 62 |
| Binary | 11011010 | 1000001 | 100100 | 0 | 1000110 | 1010011 | 1111 | 1010 | 1001000 | 110010 |
Color Harmonies of #DA4124
Complementary color
Monochromatic Colors of #DA4124
Black with #DA4124
Text Example
Text Example
White with #DA4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4124; }
p { color: rgb(218,65,36); }
H1.HeaderClassName
{
color: #DA4124;
}
.AnyTagClassName
{
color: #DA4124;
}
</style>
background-color css
<style>
a { background-color: #DA4124; }
a { background-color: rgb(218,65,36); }
div.DivClassName
{
background-color: #DA4124;
}
.BgClassName
{
background-color: #DA4124;
}
</style>
border-color css
<style>
span { border-color: #DA4124; }
span { border-color: rgb(218,65,36); }
td.TdClassName
{
border-color: #DA4124;
}
.TagClassName
{
border-color: #DA4124;
}
</style>