Shades of Cinnabar #DA4E2C
Tints of Cinnabar #DA4E2C
RGB
CMYK
RGB Variations
Color information
#DA4E2C (or 0xDA4E2C) is known color: Cinnabar. HEX triplet: DA, 4E and 2C. RGB value is (218,78,44). Sum of RGB (Red+Green+Blue) = 218+78+44=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E2C is #25B1D3. Grayscale: #747474. Windows color (decimal): -2470356 or 2903770. OLE color: 2903770.
HSL color Cylindrical-coordinate representation of color #DA4E2C: hue angle of 11.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA4E2C is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 44 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.15 |
| HSL | 11.72º | 0.7% | 0.51% | - |
| HSV(B) | 11.72º | 0.8% | 0.85% | - |
| XYZ | 32.09 | 20.54 | 4.66 | - |
| YUV | 115.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 44 | 0 | 0.64 | 0.80 | 0.15 | 11.72 | 0.7 | 0.51 |
| Hex | DA | 4E | 2C | 0 | 40 | 50 | F | C | 46 | 33 |
| Octal | 332 | 116 | 54 | 0 | 100 | 120 | 17 | 14 | 106 | 63 |
| Binary | 11011010 | 1001110 | 101100 | 0 | 1000000 | 1010000 | 1111 | 1100 | 1000110 | 110011 |
Color Harmonies of #DA4E2C
Complementary color
Monochromatic Colors of #DA4E2C
Black with #DA4E2C
Text Example
Text Example
White with #DA4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E2C; }
p { color: rgb(218,78,44); }
H1.HeaderClassName
{
color: #DA4E2C;
}
.AnyTagClassName
{
color: #DA4E2C;
}
</style>
background-color css
<style>
a { background-color: #DA4E2C; }
a { background-color: rgb(218,78,44); }
div.DivClassName
{
background-color: #DA4E2C;
}
.BgClassName
{
background-color: #DA4E2C;
}
</style>
border-color css
<style>
span { border-color: #DA4E2C; }
span { border-color: rgb(218,78,44); }
td.TdClassName
{
border-color: #DA4E2C;
}
.TagClassName
{
border-color: #DA4E2C;
}
</style>