Shades of Cinnabar #DA492C
Tints of Cinnabar #DA492C
RGB
CMYK
RGB Variations
Color information
#DA492C (or 0xDA492C) is known color: Cinnabar. HEX triplet: DA, 49 and 2C. RGB value is (218,73,44). Sum of RGB (Red+Green+Blue) = 218+73+44=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA492C is #25B6D3. Grayscale: #717171. Windows color (decimal): -2471636 or 2902490. OLE color: 2902490.
HSL color Cylindrical-coordinate representation of color #DA492C: hue angle of 10º 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 #DA492C is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 44 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.15 |
| HSL | 10º | 0.7% | 0.51% | - |
| HSV(B) | 10º | 0.8% | 0.85% | - |
| XYZ | 31.75 | 19.85 | 4.54 | - |
| YUV | 113.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 44 | 0 | 0.67 | 0.80 | 0.15 | 10 | 0.7 | 0.51 |
| Hex | DA | 49 | 2C | 0 | 43 | 50 | F | A | 46 | 33 |
| Octal | 332 | 111 | 54 | 0 | 103 | 120 | 17 | 12 | 106 | 63 |
| Binary | 11011010 | 1001001 | 101100 | 0 | 1000011 | 1010000 | 1111 | 1010 | 1000110 | 110011 |
Color Harmonies of #DA492C
Complementary color
Monochromatic Colors of #DA492C
Black with #DA492C
Text Example
Text Example
White with #DA492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA492C; }
p { color: rgb(218,73,44); }
H1.HeaderClassName
{
color: #DA492C;
}
.AnyTagClassName
{
color: #DA492C;
}
</style>
background-color css
<style>
a { background-color: #DA492C; }
a { background-color: rgb(218,73,44); }
div.DivClassName
{
background-color: #DA492C;
}
.BgClassName
{
background-color: #DA492C;
}
</style>
border-color css
<style>
span { border-color: #DA492C; }
span { border-color: rgb(218,73,44); }
td.TdClassName
{
border-color: #DA492C;
}
.TagClassName
{
border-color: #DA492C;
}
</style>