Shades of Cinnabar #DA3C2A
Tints of Cinnabar #DA3C2A
RGB
CMYK
RGB Variations
Color information
#DA3C2A (or 0xDA3C2A) is known color: Cinnabar. HEX triplet: DA, 3C and 2A. RGB value is (218,60,42). Sum of RGB (Red+Green+Blue) = 218+60+42=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C2A is #25C3D5. Grayscale: #696969. Windows color (decimal): -2474966 or 2768090. OLE color: 2768090.
HSL color Cylindrical-coordinate representation of color #DA3C2A: hue angle of 6.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA3C2A is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 42 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.15 |
| HSL | 6.14º | 0.7% | 0.51% | - |
| HSV(B) | 6.14º | 0.81% | 0.85% | - |
| XYZ | 30.95 | 18.3 | 4.09 | - |
| YUV | 105.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 42 | 0 | 0.72 | 0.81 | 0.15 | 6.14 | 0.7 | 0.51 |
| Hex | DA | 3C | 2A | 0 | 48 | 51 | F | 6 | 46 | 33 |
| Octal | 332 | 74 | 52 | 0 | 110 | 121 | 17 | 6 | 106 | 63 |
| Binary | 11011010 | 111100 | 101010 | 0 | 1001000 | 1010001 | 1111 | 110 | 1000110 | 110011 |
Color Harmonies of #DA3C2A
Complementary color
Monochromatic Colors of #DA3C2A
Black with #DA3C2A
Text Example
Text Example
White with #DA3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C2A; }
p { color: rgb(218,60,42); }
H1.HeaderClassName
{
color: #DA3C2A;
}
.AnyTagClassName
{
color: #DA3C2A;
}
</style>
background-color css
<style>
a { background-color: #DA3C2A; }
a { background-color: rgb(218,60,42); }
div.DivClassName
{
background-color: #DA3C2A;
}
.BgClassName
{
background-color: #DA3C2A;
}
</style>
border-color css
<style>
span { border-color: #DA3C2A; }
span { border-color: rgb(218,60,42); }
td.TdClassName
{
border-color: #DA3C2A;
}
.TagClassName
{
border-color: #DA3C2A;
}
</style>