Shades of Cinnabar #DA422C
Tints of Cinnabar #DA422C
RGB
CMYK
RGB Variations
Color information
#DA422C (or 0xDA422C) is known color: Cinnabar. HEX triplet: DA, 42 and 2C. RGB value is (218,66,44). Sum of RGB (Red+Green+Blue) = 218+66+44=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA422C is #25BDD3. Grayscale: #6D6D6D. Windows color (decimal): -2473428 or 2900698. OLE color: 2900698.
HSL color Cylindrical-coordinate representation of color #DA422C: hue angle of 7.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA422C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 44 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.15 |
| HSL | 7.59º | 0.7% | 0.51% | - |
| HSV(B) | 7.59º | 0.8% | 0.85% | - |
| XYZ | 31.32 | 18.98 | 4.4 | - |
| YUV | 108.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 44 | 0 | 0.70 | 0.80 | 0.15 | 7.59 | 0.7 | 0.51 |
| Hex | DA | 42 | 2C | 0 | 46 | 50 | F | 8 | 46 | 33 |
| Octal | 332 | 102 | 54 | 0 | 106 | 120 | 17 | 10 | 106 | 63 |
| Binary | 11011010 | 1000010 | 101100 | 0 | 1000110 | 1010000 | 1111 | 1000 | 1000110 | 110011 |
Color Harmonies of #DA422C
Complementary color
Monochromatic Colors of #DA422C
Black with #DA422C
Text Example
Text Example
White with #DA422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA422C; }
p { color: rgb(218,66,44); }
H1.HeaderClassName
{
color: #DA422C;
}
.AnyTagClassName
{
color: #DA422C;
}
</style>
background-color css
<style>
a { background-color: #DA422C; }
a { background-color: rgb(218,66,44); }
div.DivClassName
{
background-color: #DA422C;
}
.BgClassName
{
background-color: #DA422C;
}
</style>
border-color css
<style>
span { border-color: #DA422C; }
span { border-color: rgb(218,66,44); }
td.TdClassName
{
border-color: #DA422C;
}
.TagClassName
{
border-color: #DA422C;
}
</style>