Shades of Cinnabar #DA492A
Tints of Cinnabar #DA492A
RGB
CMYK
RGB Variations
Color information
#DA492A (or 0xDA492A) is known color: Cinnabar. HEX triplet: DA, 49 and 2A. RGB value is (218,73,42). Sum of RGB (Red+Green+Blue) = 218+73+42=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA492A is #25B6D5. Grayscale: #717171. Windows color (decimal): -2471638 or 2771418. OLE color: 2771418.
HSL color Cylindrical-coordinate representation of color #DA492A: hue angle of 10.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA492A is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 42 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.15 |
| HSL | 10.57º | 0.7% | 0.51% | - |
| HSV(B) | 10.57º | 0.81% | 0.85% | - |
| XYZ | 31.71 | 19.84 | 4.35 | - |
| YUV | 112.82 | 88.04 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 42 | 0 | 0.67 | 0.81 | 0.15 | 10.57 | 0.7 | 0.51 |
| Hex | DA | 49 | 2A | 0 | 43 | 51 | F | B | 46 | 33 |
| Octal | 332 | 111 | 52 | 0 | 103 | 121 | 17 | 13 | 106 | 63 |
| Binary | 11011010 | 1001001 | 101010 | 0 | 1000011 | 1010001 | 1111 | 1011 | 1000110 | 110011 |
Color Harmonies of #DA492A
Complementary color
Monochromatic Colors of #DA492A
Black with #DA492A
Text Example
Text Example
White with #DA492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA492A; }
p { color: rgb(218,73,42); }
H1.HeaderClassName
{
color: #DA492A;
}
.AnyTagClassName
{
color: #DA492A;
}
</style>
background-color css
<style>
a { background-color: #DA492A; }
a { background-color: rgb(218,73,42); }
div.DivClassName
{
background-color: #DA492A;
}
.BgClassName
{
background-color: #DA492A;
}
</style>
border-color css
<style>
span { border-color: #DA492A; }
span { border-color: rgb(218,73,42); }
td.TdClassName
{
border-color: #DA492A;
}
.TagClassName
{
border-color: #DA492A;
}
</style>