Shades of Cinnabar #DA3C2E
Tints of Cinnabar #DA3C2E
RGB
CMYK
RGB Variations
Color information
#DA3C2E (or 0xDA3C2E) is known color: Cinnabar. HEX triplet: DA, 3C and 2E. RGB value is (218,60,46). Sum of RGB (Red+Green+Blue) = 218+60+46=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C2E is #25C3D1. Grayscale: #696969. Windows color (decimal): -2474962 or 3030234. OLE color: 3030234.
HSL color Cylindrical-coordinate representation of color #DA3C2E: hue angle of 4.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA3C2E is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 46 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.15 |
| HSL | 4.88º | 0.7% | 0.52% | - |
| HSV(B) | 4.88º | 0.79% | 0.85% | - |
| XYZ | 31.02 | 18.33 | 4.49 | - |
| YUV | 105.65 | 94.35 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 46 | 0 | 0.72 | 0.79 | 0.15 | 4.88 | 0.7 | 0.52 |
| Hex | DA | 3C | 2E | 0 | 48 | 4F | F | 5 | 46 | 34 |
| Octal | 332 | 74 | 56 | 0 | 110 | 117 | 17 | 5 | 106 | 64 |
| Binary | 11011010 | 111100 | 101110 | 0 | 1001000 | 1001111 | 1111 | 101 | 1000110 | 110100 |
Color Harmonies of #DA3C2E
Complementary color
Monochromatic Colors of #DA3C2E
Black with #DA3C2E
Text Example
Text Example
White with #DA3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C2E; }
p { color: rgb(218,60,46); }
H1.HeaderClassName
{
color: #DA3C2E;
}
.AnyTagClassName
{
color: #DA3C2E;
}
</style>
background-color css
<style>
a { background-color: #DA3C2E; }
a { background-color: rgb(218,60,46); }
div.DivClassName
{
background-color: #DA3C2E;
}
.BgClassName
{
background-color: #DA3C2E;
}
</style>
border-color css
<style>
span { border-color: #DA3C2E; }
span { border-color: rgb(218,60,46); }
td.TdClassName
{
border-color: #DA3C2E;
}
.TagClassName
{
border-color: #DA3C2E;
}
</style>