Shades of Cinnabar #DA4221
Tints of Cinnabar #DA4221
RGB
CMYK
RGB Variations
Color information
#DA4221 (or 0xDA4221) is known color: Cinnabar. HEX triplet: DA, 42 and 21. RGB value is (218,66,33). Sum of RGB (Red+Green+Blue) = 218+66+33=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4221 is #25BDDE. Grayscale: #6B6B6B. Windows color (decimal): -2473439 or 2179802. OLE color: 2179802.
HSL color Cylindrical-coordinate representation of color #DA4221: hue angle of 10.7º 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 #DA4221 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 33 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.15 |
| HSL | 10.7º | 0.74% | 0.49% | - |
| HSV(B) | 10.7º | 0.85% | 0.85% | - |
| XYZ | 31.14 | 18.91 | 3.45 | - |
| YUV | 107.69 | 85.86 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 33 | 0 | 0.70 | 0.85 | 0.15 | 10.7 | 0.74 | 0.49 |
| Hex | DA | 42 | 21 | 0 | 46 | 55 | F | B | 4A | 31 |
| Octal | 332 | 102 | 41 | 0 | 106 | 125 | 17 | 13 | 112 | 61 |
| Binary | 11011010 | 1000010 | 100001 | 0 | 1000110 | 1010101 | 1111 | 1011 | 1001010 | 110001 |
Color Harmonies of #DA4221
Complementary color
Monochromatic Colors of #DA4221
Black with #DA4221
Text Example
Text Example
White with #DA4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4221; }
p { color: rgb(218,66,33); }
H1.HeaderClassName
{
color: #DA4221;
}
.AnyTagClassName
{
color: #DA4221;
}
</style>
background-color css
<style>
a { background-color: #DA4221; }
a { background-color: rgb(218,66,33); }
div.DivClassName
{
background-color: #DA4221;
}
.BgClassName
{
background-color: #DA4221;
}
</style>
border-color css
<style>
span { border-color: #DA4221; }
span { border-color: rgb(218,66,33); }
td.TdClassName
{
border-color: #DA4221;
}
.TagClassName
{
border-color: #DA4221;
}
</style>