Shades of Cinnabar #DE3A2C
Tints of Cinnabar #DE3A2C
RGB
CMYK
RGB Variations
Color information
#DE3A2C (or 0xDE3A2C) is known color: Cinnabar. HEX triplet: DE, 3A and 2C. RGB value is (222,58,44). Sum of RGB (Red+Green+Blue) = 222+58+44=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3A2C is #21C5D3. Grayscale: #696969. Windows color (decimal): -2213332 or 2898654. OLE color: 2898654.
HSL color Cylindrical-coordinate representation of color #DE3A2C: hue angle of 4.72º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE3A2C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 58 | 44 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.13 |
| HSL | 4.72º | 0.73% | 0.52% | - |
| HSV(B) | 4.72º | 0.8% | 0.87% | - |
| XYZ | 32.09 | 18.74 | 4.31 | - |
| YUV | 105.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 58 | 44 | 0 | 0.74 | 0.80 | 0.13 | 4.72 | 0.73 | 0.52 |
| Hex | DE | 3A | 2C | 0 | 4A | 50 | D | 5 | 49 | 34 |
| Octal | 336 | 72 | 54 | 0 | 112 | 120 | 15 | 5 | 111 | 64 |
| Binary | 11011110 | 111010 | 101100 | 0 | 1001010 | 1010000 | 1101 | 101 | 1001001 | 110100 |
Color Harmonies of #DE3A2C
Complementary color
Monochromatic Colors of #DE3A2C
Black with #DE3A2C
Text Example
Text Example
White with #DE3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3A2C; }
p { color: rgb(222,58,44); }
H1.HeaderClassName
{
color: #DE3A2C;
}
.AnyTagClassName
{
color: #DE3A2C;
}
</style>
background-color css
<style>
a { background-color: #DE3A2C; }
a { background-color: rgb(222,58,44); }
div.DivClassName
{
background-color: #DE3A2C;
}
.BgClassName
{
background-color: #DE3A2C;
}
</style>
border-color css
<style>
span { border-color: #DE3A2C; }
span { border-color: rgb(222,58,44); }
td.TdClassName
{
border-color: #DE3A2C;
}
.TagClassName
{
border-color: #DE3A2C;
}
</style>