Shades of Cinnabar #DA4A22
Tints of Cinnabar #DA4A22
RGB
CMYK
RGB Variations
Color information
#DA4A22 (or 0xDA4A22) is known color: Cinnabar. HEX triplet: DA, 4A and 22. RGB value is (218,74,34). Sum of RGB (Red+Green+Blue) = 218+74+34=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A22 is #25B5DD. Grayscale: #707070. Windows color (decimal): -2471390 or 2247386. OLE color: 2247386.
HSL color Cylindrical-coordinate representation of color #DA4A22: hue angle of 13.04º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA4A22 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 34 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.15 |
| HSL | 13.04º | 0.73% | 0.49% | - |
| HSV(B) | 13.04º | 0.84% | 0.85% | - |
| XYZ | 31.65 | 19.92 | 3.69 | - |
| YUV | 112.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 34 | 0 | 0.66 | 0.84 | 0.15 | 13.04 | 0.73 | 0.49 |
| Hex | DA | 4A | 22 | 0 | 42 | 54 | F | D | 49 | 31 |
| Octal | 332 | 112 | 42 | 0 | 102 | 124 | 17 | 15 | 111 | 61 |
| Binary | 11011010 | 1001010 | 100010 | 0 | 1000010 | 1010100 | 1111 | 1101 | 1001001 | 110001 |
Color Harmonies of #DA4A22
Complementary color
Monochromatic Colors of #DA4A22
Black with #DA4A22
Text Example
Text Example
White with #DA4A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A22; }
p { color: rgb(218,74,34); }
H1.HeaderClassName
{
color: #DA4A22;
}
.AnyTagClassName
{
color: #DA4A22;
}
</style>
background-color css
<style>
a { background-color: #DA4A22; }
a { background-color: rgb(218,74,34); }
div.DivClassName
{
background-color: #DA4A22;
}
.BgClassName
{
background-color: #DA4A22;
}
</style>
border-color css
<style>
span { border-color: #DA4A22; }
span { border-color: rgb(218,74,34); }
td.TdClassName
{
border-color: #DA4A22;
}
.TagClassName
{
border-color: #DA4A22;
}
</style>