Shades of Cinnabar #DA4E32
Tints of Cinnabar #DA4E32
RGB
CMYK
RGB Variations
Color information
#DA4E32 (or 0xDA4E32) is known color: Cinnabar. HEX triplet: DA, 4E and 32. RGB value is (218,78,50). Sum of RGB (Red+Green+Blue) = 218+78+50=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E32 is #25B1CD. Grayscale: #747474. Windows color (decimal): -2470350 or 3296986. OLE color: 3296986.
HSL color Cylindrical-coordinate representation of color #DA4E32: hue angle of 10º 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 #DA4E32 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 50 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.15 |
| HSL | 10º | 0.69% | 0.53% | - |
| HSV(B) | 10º | 0.77% | 0.85% | - |
| XYZ | 32.21 | 20.58 | 5.29 | - |
| YUV | 116.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 50 | 0 | 0.64 | 0.77 | 0.15 | 10 | 0.69 | 0.53 |
| Hex | DA | 4E | 32 | 0 | 40 | 4D | F | A | 45 | 35 |
| Octal | 332 | 116 | 62 | 0 | 100 | 115 | 17 | 12 | 105 | 65 |
| Binary | 11011010 | 1001110 | 110010 | 0 | 1000000 | 1001101 | 1111 | 1010 | 1000101 | 110101 |
Color Harmonies of #DA4E32
Complementary color
Monochromatic Colors of #DA4E32
Black with #DA4E32
Text Example
Text Example
White with #DA4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E32; }
p { color: rgb(218,78,50); }
H1.HeaderClassName
{
color: #DA4E32;
}
.AnyTagClassName
{
color: #DA4E32;
}
</style>
background-color css
<style>
a { background-color: #DA4E32; }
a { background-color: rgb(218,78,50); }
div.DivClassName
{
background-color: #DA4E32;
}
.BgClassName
{
background-color: #DA4E32;
}
</style>
border-color css
<style>
span { border-color: #DA4E32; }
span { border-color: rgb(218,78,50); }
td.TdClassName
{
border-color: #DA4E32;
}
.TagClassName
{
border-color: #DA4E32;
}
</style>