Shades of Cinnabar #DA4E2F
Tints of Cinnabar #DA4E2F
RGB
CMYK
RGB Variations
Color information
#DA4E2F (or 0xDA4E2F) is known color: Cinnabar. HEX triplet: DA, 4E and 2F. RGB value is (218,78,47). Sum of RGB (Red+Green+Blue) = 218+78+47=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E2F is #25B1D0. Grayscale: #747474. Windows color (decimal): -2470353 or 3100378. OLE color: 3100378.
HSL color Cylindrical-coordinate representation of color #DA4E2F: hue angle of 10.88º 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 #DA4E2F is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 47 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.15 |
| HSL | 10.88º | 0.7% | 0.52% | - |
| HSV(B) | 10.88º | 0.78% | 0.85% | - |
| XYZ | 32.15 | 20.56 | 4.96 | - |
| YUV | 116.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 47 | 0 | 0.64 | 0.78 | 0.15 | 10.88 | 0.7 | 0.52 |
| Hex | DA | 4E | 2F | 0 | 40 | 4E | F | B | 46 | 34 |
| Octal | 332 | 116 | 57 | 0 | 100 | 116 | 17 | 13 | 106 | 64 |
| Binary | 11011010 | 1001110 | 101111 | 0 | 1000000 | 1001110 | 1111 | 1011 | 1000110 | 110100 |
Color Harmonies of #DA4E2F
Complementary color
Monochromatic Colors of #DA4E2F
Black with #DA4E2F
Text Example
Text Example
White with #DA4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E2F; }
p { color: rgb(218,78,47); }
H1.HeaderClassName
{
color: #DA4E2F;
}
.AnyTagClassName
{
color: #DA4E2F;
}
</style>
background-color css
<style>
a { background-color: #DA4E2F; }
a { background-color: rgb(218,78,47); }
div.DivClassName
{
background-color: #DA4E2F;
}
.BgClassName
{
background-color: #DA4E2F;
}
</style>
border-color css
<style>
span { border-color: #DA4E2F; }
span { border-color: rgb(218,78,47); }
td.TdClassName
{
border-color: #DA4E2F;
}
.TagClassName
{
border-color: #DA4E2F;
}
</style>