Shades of Cinnabar #DA4820
Tints of Cinnabar #DA4820
RGB
CMYK
RGB Variations
Color information
#DA4820 (or 0xDA4820) is known color: Cinnabar. HEX triplet: DA, 48 and 20. RGB value is (218,72,32). Sum of RGB (Red+Green+Blue) = 218+72+32=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4820 is #25B7DF. Grayscale: #6F6F6F. Windows color (decimal): -2471904 or 2115802. OLE color: 2115802.
HSL color Cylindrical-coordinate representation of color #DA4820: hue angle of 12.9º 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 #DA4820 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 32 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.15 |
| HSL | 12.9º | 0.74% | 0.49% | - |
| HSV(B) | 12.9º | 0.85% | 0.85% | - |
| XYZ | 31.49 | 19.64 | 3.5 | - |
| YUV | 111.09 | 83.37 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 32 | 0 | 0.67 | 0.85 | 0.15 | 12.9 | 0.74 | 0.49 |
| Hex | DA | 48 | 20 | 0 | 43 | 55 | F | D | 4A | 31 |
| Octal | 332 | 110 | 40 | 0 | 103 | 125 | 17 | 15 | 112 | 61 |
| Binary | 11011010 | 1001000 | 100000 | 0 | 1000011 | 1010101 | 1111 | 1101 | 1001010 | 110001 |
Color Harmonies of #DA4820
Complementary color
Monochromatic Colors of #DA4820
Black with #DA4820
Text Example
Text Example
White with #DA4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4820; }
p { color: rgb(218,72,32); }
H1.HeaderClassName
{
color: #DA4820;
}
.AnyTagClassName
{
color: #DA4820;
}
</style>
background-color css
<style>
a { background-color: #DA4820; }
a { background-color: rgb(218,72,32); }
div.DivClassName
{
background-color: #DA4820;
}
.BgClassName
{
background-color: #DA4820;
}
</style>
border-color css
<style>
span { border-color: #DA4820; }
span { border-color: rgb(218,72,32); }
td.TdClassName
{
border-color: #DA4820;
}
.TagClassName
{
border-color: #DA4820;
}
</style>