Shades of Cinnabar #DA392C
Tints of Cinnabar #DA392C
RGB
CMYK
RGB Variations
Color information
#DA392C (or 0xDA392C) is known color: Cinnabar. HEX triplet: DA, 39 and 2C. RGB value is (218,57,44). Sum of RGB (Red+Green+Blue) = 218+57+44=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA392C is #25C6D3. Grayscale: #676767. Windows color (decimal): -2475732 or 2898394. OLE color: 2898394.
HSL color Cylindrical-coordinate representation of color #DA392C: hue angle of 4.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA392C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 44 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.15 |
| HSL | 4.48º | 0.7% | 0.51% | - |
| HSV(B) | 4.48º | 0.8% | 0.85% | - |
| XYZ | 30.83 | 18.01 | 4.23 | - |
| YUV | 103.66 | 94.34 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 44 | 0 | 0.74 | 0.80 | 0.15 | 4.48 | 0.7 | 0.51 |
| Hex | DA | 39 | 2C | 0 | 4A | 50 | F | 4 | 46 | 33 |
| Octal | 332 | 71 | 54 | 0 | 112 | 120 | 17 | 4 | 106 | 63 |
| Binary | 11011010 | 111001 | 101100 | 0 | 1001010 | 1010000 | 1111 | 100 | 1000110 | 110011 |
Color Harmonies of #DA392C
Complementary color
Monochromatic Colors of #DA392C
Black with #DA392C
Text Example
Text Example
White with #DA392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA392C; }
p { color: rgb(218,57,44); }
H1.HeaderClassName
{
color: #DA392C;
}
.AnyTagClassName
{
color: #DA392C;
}
</style>
background-color css
<style>
a { background-color: #DA392C; }
a { background-color: rgb(218,57,44); }
div.DivClassName
{
background-color: #DA392C;
}
.BgClassName
{
background-color: #DA392C;
}
</style>
border-color css
<style>
span { border-color: #DA392C; }
span { border-color: rgb(218,57,44); }
td.TdClassName
{
border-color: #DA392C;
}
.TagClassName
{
border-color: #DA392C;
}
</style>