Shades of Cinnabar #DA4E37
Tints of Cinnabar #DA4E37
RGB
CMYK
RGB Variations
Color information
#DA4E37 (or 0xDA4E37) is known color: Cinnabar. HEX triplet: DA, 4E and 37. RGB value is (218,78,55). Sum of RGB (Red+Green+Blue) = 218+78+55=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E37 is #25B1C8. Grayscale: #757575. Windows color (decimal): -2470345 or 3624666. OLE color: 3624666.
HSL color Cylindrical-coordinate representation of color #DA4E37: hue angle of 8.47º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA4E37 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 55 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.15 |
| HSL | 8.47º | 0.69% | 0.54% | - |
| HSV(B) | 8.47º | 0.75% | 0.85% | - |
| XYZ | 32.33 | 20.63 | 5.89 | - |
| YUV | 117.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 55 | 0 | 0.64 | 0.75 | 0.15 | 8.47 | 0.69 | 0.54 |
| Hex | DA | 4E | 37 | 0 | 40 | 4B | F | 8 | 45 | 36 |
| Octal | 332 | 116 | 67 | 0 | 100 | 113 | 17 | 10 | 105 | 66 |
| Binary | 11011010 | 1001110 | 110111 | 0 | 1000000 | 1001011 | 1111 | 1000 | 1000101 | 110110 |
Color Harmonies of #DA4E37
Complementary color
Monochromatic Colors of #DA4E37
Black with #DA4E37
Text Example
Text Example
White with #DA4E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E37; }
p { color: rgb(218,78,55); }
H1.HeaderClassName
{
color: #DA4E37;
}
.AnyTagClassName
{
color: #DA4E37;
}
</style>
background-color css
<style>
a { background-color: #DA4E37; }
a { background-color: rgb(218,78,55); }
div.DivClassName
{
background-color: #DA4E37;
}
.BgClassName
{
background-color: #DA4E37;
}
</style>
border-color css
<style>
span { border-color: #DA4E37; }
span { border-color: rgb(218,78,55); }
td.TdClassName
{
border-color: #DA4E37;
}
.TagClassName
{
border-color: #DA4E37;
}
</style>