Shades of Cinnabar #DA4E39
Tints of Cinnabar #DA4E39
RGB
CMYK
RGB Variations
Color information
#DA4E39 (or 0xDA4E39) is known color: Cinnabar. HEX triplet: DA, 4E and 39. RGB value is (218,78,57). Sum of RGB (Red+Green+Blue) = 218+78+57=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E39 is #25B1C6. Grayscale: #757575. Windows color (decimal): -2470343 or 3755738. OLE color: 3755738.
HSL color Cylindrical-coordinate representation of color #DA4E39: hue angle of 7.83º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA4E39 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 57 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.15 |
| HSL | 7.83º | 0.69% | 0.54% | - |
| HSV(B) | 7.83º | 0.74% | 0.85% | - |
| XYZ | 32.38 | 20.65 | 6.15 | - |
| YUV | 117.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 57 | 0 | 0.64 | 0.74 | 0.15 | 7.83 | 0.69 | 0.54 |
| Hex | DA | 4E | 39 | 0 | 40 | 4A | F | 8 | 45 | 36 |
| Octal | 332 | 116 | 71 | 0 | 100 | 112 | 17 | 10 | 105 | 66 |
| Binary | 11011010 | 1001110 | 111001 | 0 | 1000000 | 1001010 | 1111 | 1000 | 1000101 | 110110 |
Color Harmonies of #DA4E39
Complementary color
Monochromatic Colors of #DA4E39
Black with #DA4E39
Text Example
Text Example
White with #DA4E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E39; }
p { color: rgb(218,78,57); }
H1.HeaderClassName
{
color: #DA4E39;
}
.AnyTagClassName
{
color: #DA4E39;
}
</style>
background-color css
<style>
a { background-color: #DA4E39; }
a { background-color: rgb(218,78,57); }
div.DivClassName
{
background-color: #DA4E39;
}
.BgClassName
{
background-color: #DA4E39;
}
</style>
border-color css
<style>
span { border-color: #DA4E39; }
span { border-color: rgb(218,78,57); }
td.TdClassName
{
border-color: #DA4E39;
}
.TagClassName
{
border-color: #DA4E39;
}
</style>