Shades of Cinnabar #DA3A22
Tints of Cinnabar #DA3A22
RGB
CMYK
RGB Variations
Color information
#DA3A22 (or 0xDA3A22) is known color: Cinnabar. HEX triplet: DA, 3A and 22. RGB value is (218,58,34). Sum of RGB (Red+Green+Blue) = 218+58+34=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A22 is #25C5DD. Grayscale: #676767. Windows color (decimal): -2475486 or 2243290. OLE color: 2243290.
HSL color Cylindrical-coordinate representation of color #DA3A22: hue angle of 7.83º 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 #DA3A22 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 34 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.15 |
| HSL | 7.83º | 0.73% | 0.49% | - |
| HSV(B) | 7.83º | 0.84% | 0.85% | - |
| XYZ | 30.72 | 18.05 | 3.38 | - |
| YUV | 103.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 34 | 0 | 0.73 | 0.84 | 0.15 | 7.83 | 0.73 | 0.49 |
| Hex | DA | 3A | 22 | 0 | 49 | 54 | F | 8 | 49 | 31 |
| Octal | 332 | 72 | 42 | 0 | 111 | 124 | 17 | 10 | 111 | 61 |
| Binary | 11011010 | 111010 | 100010 | 0 | 1001001 | 1010100 | 1111 | 1000 | 1001001 | 110001 |
Color Harmonies of #DA3A22
Complementary color
Monochromatic Colors of #DA3A22
Black with #DA3A22
Text Example
Text Example
White with #DA3A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A22; }
p { color: rgb(218,58,34); }
H1.HeaderClassName
{
color: #DA3A22;
}
.AnyTagClassName
{
color: #DA3A22;
}
</style>
background-color css
<style>
a { background-color: #DA3A22; }
a { background-color: rgb(218,58,34); }
div.DivClassName
{
background-color: #DA3A22;
}
.BgClassName
{
background-color: #DA3A22;
}
</style>
border-color css
<style>
span { border-color: #DA3A22; }
span { border-color: rgb(218,58,34); }
td.TdClassName
{
border-color: #DA3A22;
}
.TagClassName
{
border-color: #DA3A22;
}
</style>