Shades of Cinnabar #DA4E31
Tints of Cinnabar #DA4E31
RGB
CMYK
RGB Variations
Color information
#DA4E31 (or 0xDA4E31) is known color: Cinnabar. HEX triplet: DA, 4E and 31. RGB value is (218,78,49). Sum of RGB (Red+Green+Blue) = 218+78+49=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E31 is #25B1CE. Grayscale: #747474. Windows color (decimal): -2470351 or 3231450. OLE color: 3231450.
HSL color Cylindrical-coordinate representation of color #DA4E31: hue angle of 10.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA4E31 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 49 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.15 |
| HSL | 10.3º | 0.7% | 0.52% | - |
| HSV(B) | 10.3º | 0.78% | 0.85% | - |
| XYZ | 32.19 | 20.58 | 5.18 | - |
| YUV | 116.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 49 | 0 | 0.64 | 0.78 | 0.15 | 10.3 | 0.7 | 0.52 |
| Hex | DA | 4E | 31 | 0 | 40 | 4E | F | A | 46 | 34 |
| Octal | 332 | 116 | 61 | 0 | 100 | 116 | 17 | 12 | 106 | 64 |
| Binary | 11011010 | 1001110 | 110001 | 0 | 1000000 | 1001110 | 1111 | 1010 | 1000110 | 110100 |
Color Harmonies of #DA4E31
Complementary color
Monochromatic Colors of #DA4E31
Black with #DA4E31
Text Example
Text Example
White with #DA4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E31; }
p { color: rgb(218,78,49); }
H1.HeaderClassName
{
color: #DA4E31;
}
.AnyTagClassName
{
color: #DA4E31;
}
</style>
background-color css
<style>
a { background-color: #DA4E31; }
a { background-color: rgb(218,78,49); }
div.DivClassName
{
background-color: #DA4E31;
}
.BgClassName
{
background-color: #DA4E31;
}
</style>
border-color css
<style>
span { border-color: #DA4E31; }
span { border-color: rgb(218,78,49); }
td.TdClassName
{
border-color: #DA4E31;
}
.TagClassName
{
border-color: #DA4E31;
}
</style>