Shades of Cinnabar #DA4220
Tints of Cinnabar #DA4220
RGB
CMYK
RGB Variations
Color information
#DA4220 (or 0xDA4220) is known color: Cinnabar. HEX triplet: DA, 42 and 20. RGB value is (218,66,32). Sum of RGB (Red+Green+Blue) = 218+66+32=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4220 is #25BDDF. Grayscale: #6B6B6B. Windows color (decimal): -2473440 or 2114266. OLE color: 2114266.
HSL color Cylindrical-coordinate representation of color #DA4220: hue angle of 10.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA4220 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 32 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.15 |
| HSL | 10.97º | 0.74% | 0.49% | - |
| HSV(B) | 10.97º | 0.85% | 0.85% | - |
| XYZ | 31.12 | 18.91 | 3.38 | - |
| YUV | 107.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 32 | 0 | 0.70 | 0.85 | 0.15 | 10.97 | 0.74 | 0.49 |
| Hex | DA | 42 | 20 | 0 | 46 | 55 | F | B | 4A | 31 |
| Octal | 332 | 102 | 40 | 0 | 106 | 125 | 17 | 13 | 112 | 61 |
| Binary | 11011010 | 1000010 | 100000 | 0 | 1000110 | 1010101 | 1111 | 1011 | 1001010 | 110001 |
Color Harmonies of #DA4220
Complementary color
Monochromatic Colors of #DA4220
Black with #DA4220
Text Example
Text Example
White with #DA4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4220; }
p { color: rgb(218,66,32); }
H1.HeaderClassName
{
color: #DA4220;
}
.AnyTagClassName
{
color: #DA4220;
}
</style>
background-color css
<style>
a { background-color: #DA4220; }
a { background-color: rgb(218,66,32); }
div.DivClassName
{
background-color: #DA4220;
}
.BgClassName
{
background-color: #DA4220;
}
</style>
border-color css
<style>
span { border-color: #DA4220; }
span { border-color: rgb(218,66,32); }
td.TdClassName
{
border-color: #DA4220;
}
.TagClassName
{
border-color: #DA4220;
}
</style>