Shades of Cinnabar #DA4032
Tints of Cinnabar #DA4032
RGB
CMYK
RGB Variations
Color information
#DA4032 (or 0xDA4032) is known color: Cinnabar. HEX triplet: DA, 40 and 32. RGB value is (218,64,50). Sum of RGB (Red+Green+Blue) = 218+64+50=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4032 is #25BFCD. Grayscale: #6C6C6C. Windows color (decimal): -2473934 or 3293402. OLE color: 3293402.
HSL color Cylindrical-coordinate representation of color #DA4032: hue angle of 5º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA4032 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 50 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.15 |
| HSL | 5º | 0.69% | 0.53% | - |
| HSV(B) | 5º | 0.77% | 0.85% | - |
| XYZ | 31.32 | 18.8 | 5 | - |
| YUV | 108.45 | 95.02 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 50 | 0 | 0.71 | 0.77 | 0.15 | 5 | 0.69 | 0.53 |
| Hex | DA | 40 | 32 | 0 | 47 | 4D | F | 5 | 45 | 35 |
| Octal | 332 | 100 | 62 | 0 | 107 | 115 | 17 | 5 | 105 | 65 |
| Binary | 11011010 | 1000000 | 110010 | 0 | 1000111 | 1001101 | 1111 | 101 | 1000101 | 110101 |
Color Harmonies of #DA4032
Complementary color
Monochromatic Colors of #DA4032
Black with #DA4032
Text Example
Text Example
White with #DA4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4032; }
p { color: rgb(218,64,50); }
H1.HeaderClassName
{
color: #DA4032;
}
.AnyTagClassName
{
color: #DA4032;
}
</style>
background-color css
<style>
a { background-color: #DA4032; }
a { background-color: rgb(218,64,50); }
div.DivClassName
{
background-color: #DA4032;
}
.BgClassName
{
background-color: #DA4032;
}
</style>
border-color css
<style>
span { border-color: #DA4032; }
span { border-color: rgb(218,64,50); }
td.TdClassName
{
border-color: #DA4032;
}
.TagClassName
{
border-color: #DA4032;
}
</style>