Shades of Cinnabar #DE322F
Tints of Cinnabar #DE322F
RGB
CMYK
RGB Variations
Color information
#DE322F (or 0xDE322F) is known color: Cinnabar. HEX triplet: DE, 32 and 2F. RGB value is (222,50,47). Sum of RGB (Red+Green+Blue) = 222+50+47=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE322F is #21CDD0. Grayscale: #656565. Windows color (decimal): -2215377 or 3093214. OLE color: 3093214.
HSL color Cylindrical-coordinate representation of color #DE322F: hue angle of 1.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE322F is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 47 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.13 |
| HSL | 1.03º | 0.73% | 0.53% | - |
| HSV(B) | 1.03º | 0.79% | 0.87% | - |
| XYZ | 31.78 | 18.02 | 4.49 | - |
| YUV | 101.09 | 97.48 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 47 | 0 | 0.77 | 0.79 | 0.13 | 1.03 | 0.73 | 0.53 |
| Hex | DE | 32 | 2F | 0 | 4D | 4F | D | 1 | 49 | 35 |
| Octal | 336 | 62 | 57 | 0 | 115 | 117 | 15 | 1 | 111 | 65 |
| Binary | 11011110 | 110010 | 101111 | 0 | 1001101 | 1001111 | 1101 | 1 | 1001001 | 110101 |
Color Harmonies of #DE322F
Complementary color
Monochromatic Colors of #DE322F
Black with #DE322F
Text Example
Text Example
White with #DE322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE322F; }
p { color: rgb(222,50,47); }
H1.HeaderClassName
{
color: #DE322F;
}
.AnyTagClassName
{
color: #DE322F;
}
</style>
background-color css
<style>
a { background-color: #DE322F; }
a { background-color: rgb(222,50,47); }
div.DivClassName
{
background-color: #DE322F;
}
.BgClassName
{
background-color: #DE322F;
}
</style>
border-color css
<style>
span { border-color: #DE322F; }
span { border-color: rgb(222,50,47); }
td.TdClassName
{
border-color: #DE322F;
}
.TagClassName
{
border-color: #DE322F;
}
</style>