Shades of Cinnabar #DA4222
Tints of Cinnabar #DA4222
RGB
CMYK
RGB Variations
Color information
#DA4222 (or 0xDA4222) is known color: Cinnabar. HEX triplet: DA, 42 and 22. RGB value is (218,66,34). Sum of RGB (Red+Green+Blue) = 218+66+34=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4222 is #25BDDD. Grayscale: #6C6C6C. Windows color (decimal): -2473438 or 2245338. OLE color: 2245338.
HSL color Cylindrical-coordinate representation of color #DA4222: hue angle of 10.43º 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 #DA4222 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 34 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.15 |
| HSL | 10.43º | 0.73% | 0.49% | - |
| HSV(B) | 10.43º | 0.84% | 0.85% | - |
| XYZ | 31.15 | 18.92 | 3.52 | - |
| YUV | 107.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 34 | 0 | 0.70 | 0.84 | 0.15 | 10.43 | 0.73 | 0.49 |
| Hex | DA | 42 | 22 | 0 | 46 | 54 | F | A | 49 | 31 |
| Octal | 332 | 102 | 42 | 0 | 106 | 124 | 17 | 12 | 111 | 61 |
| Binary | 11011010 | 1000010 | 100010 | 0 | 1000110 | 1010100 | 1111 | 1010 | 1001001 | 110001 |
Color Harmonies of #DA4222
Complementary color
Monochromatic Colors of #DA4222
Black with #DA4222
Text Example
Text Example
White with #DA4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4222; }
p { color: rgb(218,66,34); }
H1.HeaderClassName
{
color: #DA4222;
}
.AnyTagClassName
{
color: #DA4222;
}
</style>
background-color css
<style>
a { background-color: #DA4222; }
a { background-color: rgb(218,66,34); }
div.DivClassName
{
background-color: #DA4222;
}
.BgClassName
{
background-color: #DA4222;
}
</style>
border-color css
<style>
span { border-color: #DA4222; }
span { border-color: rgb(218,66,34); }
td.TdClassName
{
border-color: #DA4222;
}
.TagClassName
{
border-color: #DA4222;
}
</style>