Shades of Cinnabar #DA4021
Tints of Cinnabar #DA4021
RGB
CMYK
RGB Variations
Color information
#DA4021 (or 0xDA4021) is known color: Cinnabar. HEX triplet: DA, 40 and 21. RGB value is (218,64,33). Sum of RGB (Red+Green+Blue) = 218+64+33=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4021 is #25BFDE. Grayscale: #6A6A6A. Windows color (decimal): -2473951 or 2179290. OLE color: 2179290.
HSL color Cylindrical-coordinate representation of color #DA4021: hue angle of 10.05º 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 #DA4021 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 33 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.15 |
| HSL | 10.05º | 0.74% | 0.49% | - |
| HSV(B) | 10.05º | 0.85% | 0.85% | - |
| XYZ | 31.02 | 18.68 | 3.41 | - |
| YUV | 106.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 33 | 0 | 0.71 | 0.85 | 0.15 | 10.05 | 0.74 | 0.49 |
| Hex | DA | 40 | 21 | 0 | 47 | 55 | F | A | 4A | 31 |
| Octal | 332 | 100 | 41 | 0 | 107 | 125 | 17 | 12 | 112 | 61 |
| Binary | 11011010 | 1000000 | 100001 | 0 | 1000111 | 1010101 | 1111 | 1010 | 1001010 | 110001 |
Color Harmonies of #DA4021
Complementary color
Monochromatic Colors of #DA4021
Black with #DA4021
Text Example
Text Example
White with #DA4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4021; }
p { color: rgb(218,64,33); }
H1.HeaderClassName
{
color: #DA4021;
}
.AnyTagClassName
{
color: #DA4021;
}
</style>
background-color css
<style>
a { background-color: #DA4021; }
a { background-color: rgb(218,64,33); }
div.DivClassName
{
background-color: #DA4021;
}
.BgClassName
{
background-color: #DA4021;
}
</style>
border-color css
<style>
span { border-color: #DA4021; }
span { border-color: rgb(218,64,33); }
td.TdClassName
{
border-color: #DA4021;
}
.TagClassName
{
border-color: #DA4021;
}
</style>