Shades of Cinnabar #DA3922
Tints of Cinnabar #DA3922
RGB
CMYK
RGB Variations
Color information
#DA3922 (or 0xDA3922) is known color: Cinnabar. HEX triplet: DA, 39 and 22. RGB value is (218,57,34). Sum of RGB (Red+Green+Blue) = 218+57+34=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3922 is #25C6DD. Grayscale: #666666. Windows color (decimal): -2475742 or 2243034. OLE color: 2243034.
HSL color Cylindrical-coordinate representation of color #DA3922: hue angle of 7.5º 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 #DA3922 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 34 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.15 |
| HSL | 7.5º | 0.73% | 0.49% | - |
| HSV(B) | 7.5º | 0.84% | 0.85% | - |
| XYZ | 30.67 | 17.95 | 3.36 | - |
| YUV | 102.52 | 89.34 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 34 | 0 | 0.74 | 0.84 | 0.15 | 7.5 | 0.73 | 0.49 |
| Hex | DA | 39 | 22 | 0 | 4A | 54 | F | 8 | 49 | 31 |
| Octal | 332 | 71 | 42 | 0 | 112 | 124 | 17 | 10 | 111 | 61 |
| Binary | 11011010 | 111001 | 100010 | 0 | 1001010 | 1010100 | 1111 | 1000 | 1001001 | 110001 |
Color Harmonies of #DA3922
Complementary color
Monochromatic Colors of #DA3922
Black with #DA3922
Text Example
Text Example
White with #DA3922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3922; }
p { color: rgb(218,57,34); }
H1.HeaderClassName
{
color: #DA3922;
}
.AnyTagClassName
{
color: #DA3922;
}
</style>
background-color css
<style>
a { background-color: #DA3922; }
a { background-color: rgb(218,57,34); }
div.DivClassName
{
background-color: #DA3922;
}
.BgClassName
{
background-color: #DA3922;
}
</style>
border-color css
<style>
span { border-color: #DA3922; }
span { border-color: rgb(218,57,34); }
td.TdClassName
{
border-color: #DA3922;
}
.TagClassName
{
border-color: #DA3922;
}
</style>