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