Shades of Cinnabar #DA4A32
Tints of Cinnabar #DA4A32
RGB
CMYK
RGB Variations
Color information
#DA4A32 (or 0xDA4A32) is known color: Cinnabar. HEX triplet: DA, 4A and 32. RGB value is (218,74,50). Sum of RGB (Red+Green+Blue) = 218+74+50=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A32 is #25B5CD. Grayscale: #727272. Windows color (decimal): -2471374 or 3295962. OLE color: 3295962.
HSL color Cylindrical-coordinate representation of color #DA4A32: hue angle of 8.57º 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 #DA4A32 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 50 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.15 |
| HSL | 8.57º | 0.69% | 0.53% | - |
| HSV(B) | 8.57º | 0.77% | 0.85% | - |
| XYZ | 31.94 | 20.03 | 5.2 | - |
| YUV | 114.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 50 | 0 | 0.66 | 0.77 | 0.15 | 8.57 | 0.69 | 0.53 |
| Hex | DA | 4A | 32 | 0 | 42 | 4D | F | 9 | 45 | 35 |
| Octal | 332 | 112 | 62 | 0 | 102 | 115 | 17 | 11 | 105 | 65 |
| Binary | 11011010 | 1001010 | 110010 | 0 | 1000010 | 1001101 | 1111 | 1001 | 1000101 | 110101 |
Color Harmonies of #DA4A32
Complementary color
Monochromatic Colors of #DA4A32
Black with #DA4A32
Text Example
Text Example
White with #DA4A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A32; }
p { color: rgb(218,74,50); }
H1.HeaderClassName
{
color: #DA4A32;
}
.AnyTagClassName
{
color: #DA4A32;
}
</style>
background-color css
<style>
a { background-color: #DA4A32; }
a { background-color: rgb(218,74,50); }
div.DivClassName
{
background-color: #DA4A32;
}
.BgClassName
{
background-color: #DA4A32;
}
</style>
border-color css
<style>
span { border-color: #DA4A32; }
span { border-color: rgb(218,74,50); }
td.TdClassName
{
border-color: #DA4A32;
}
.TagClassName
{
border-color: #DA4A32;
}
</style>