Shades of Cinnabar #DA4E34
Tints of Cinnabar #DA4E34
RGB
CMYK
RGB Variations
Color information
#DA4E34 (or 0xDA4E34) is known color: Cinnabar. HEX triplet: DA, 4E and 34. RGB value is (218,78,52). Sum of RGB (Red+Green+Blue) = 218+78+52=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E34 is #25B1CB. Grayscale: #757575. Windows color (decimal): -2470348 or 3428058. OLE color: 3428058.
HSL color Cylindrical-coordinate representation of color #DA4E34: hue angle of 9.4º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA4E34 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 52 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.15 |
| HSL | 9.4º | 0.69% | 0.53% | - |
| HSV(B) | 9.4º | 0.76% | 0.85% | - |
| XYZ | 32.26 | 20.6 | 5.53 | - |
| YUV | 116.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 52 | 0 | 0.64 | 0.76 | 0.15 | 9.4 | 0.69 | 0.53 |
| Hex | DA | 4E | 34 | 0 | 40 | 4C | F | 9 | 45 | 35 |
| Octal | 332 | 116 | 64 | 0 | 100 | 114 | 17 | 11 | 105 | 65 |
| Binary | 11011010 | 1001110 | 110100 | 0 | 1000000 | 1001100 | 1111 | 1001 | 1000101 | 110101 |
Color Harmonies of #DA4E34
Complementary color
Monochromatic Colors of #DA4E34
Black with #DA4E34
Text Example
Text Example
White with #DA4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E34; }
p { color: rgb(218,78,52); }
H1.HeaderClassName
{
color: #DA4E34;
}
.AnyTagClassName
{
color: #DA4E34;
}
</style>
background-color css
<style>
a { background-color: #DA4E34; }
a { background-color: rgb(218,78,52); }
div.DivClassName
{
background-color: #DA4E34;
}
.BgClassName
{
background-color: #DA4E34;
}
</style>
border-color css
<style>
span { border-color: #DA4E34; }
span { border-color: rgb(218,78,52); }
td.TdClassName
{
border-color: #DA4E34;
}
.TagClassName
{
border-color: #DA4E34;
}
</style>