Shades of Cinnabar #DA3C22
Tints of Cinnabar #DA3C22
RGB
CMYK
RGB Variations
Color information
#DA3C22 (or 0xDA3C22) is known color: Cinnabar. HEX triplet: DA, 3C and 22. RGB value is (218,60,34). Sum of RGB (Red+Green+Blue) = 218+60+34=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C22 is #25C3DD. Grayscale: #686868. Windows color (decimal): -2474974 or 2243802. OLE color: 2243802.
HSL color Cylindrical-coordinate representation of color #DA3C22: hue angle of 8.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA3C22 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 34 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.15 |
| HSL | 8.48º | 0.73% | 0.49% | - |
| HSV(B) | 8.48º | 0.84% | 0.85% | - |
| XYZ | 30.82 | 18.25 | 3.41 | - |
| YUV | 104.28 | 88.35 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 34 | 0 | 0.72 | 0.84 | 0.15 | 8.48 | 0.73 | 0.49 |
| Hex | DA | 3C | 22 | 0 | 48 | 54 | F | 8 | 49 | 31 |
| Octal | 332 | 74 | 42 | 0 | 110 | 124 | 17 | 10 | 111 | 61 |
| Binary | 11011010 | 111100 | 100010 | 0 | 1001000 | 1010100 | 1111 | 1000 | 1001001 | 110001 |
Color Harmonies of #DA3C22
Complementary color
Monochromatic Colors of #DA3C22
Black with #DA3C22
Text Example
Text Example
White with #DA3C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C22; }
p { color: rgb(218,60,34); }
H1.HeaderClassName
{
color: #DA3C22;
}
.AnyTagClassName
{
color: #DA3C22;
}
</style>
background-color css
<style>
a { background-color: #DA3C22; }
a { background-color: rgb(218,60,34); }
div.DivClassName
{
background-color: #DA3C22;
}
.BgClassName
{
background-color: #DA3C22;
}
</style>
border-color css
<style>
span { border-color: #DA3C22; }
span { border-color: rgb(218,60,34); }
td.TdClassName
{
border-color: #DA3C22;
}
.TagClassName
{
border-color: #DA3C22;
}
</style>