Shades of Cinnabar #DE3228
Tints of Cinnabar #DE3228
RGB
CMYK
RGB Variations
Color information
#DE3228 (or 0xDE3228) is known color: Cinnabar. HEX triplet: DE, 32 and 28. RGB value is (222,50,40). Sum of RGB (Red+Green+Blue) = 222+50+40=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3228 is #21CDD7. Grayscale: #646464. Windows color (decimal): -2215384 or 2634462. OLE color: 2634462.
HSL color Cylindrical-coordinate representation of color #DE3228: hue angle of 3.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE3228 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 40 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.13 |
| HSL | 3.3º | 0.73% | 0.51% | - |
| HSV(B) | 3.3º | 0.82% | 0.87% | - |
| XYZ | 31.65 | 17.96 | 3.81 | - |
| YUV | 100.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 40 | 0 | 0.77 | 0.82 | 0.13 | 3.3 | 0.73 | 0.51 |
| Hex | DE | 32 | 28 | 0 | 4D | 52 | D | 3 | 49 | 33 |
| Octal | 336 | 62 | 50 | 0 | 115 | 122 | 15 | 3 | 111 | 63 |
| Binary | 11011110 | 110010 | 101000 | 0 | 1001101 | 1010010 | 1101 | 11 | 1001001 | 110011 |
Color Harmonies of #DE3228
Complementary color
Monochromatic Colors of #DE3228
Black with #DE3228
Text Example
Text Example
White with #DE3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3228; }
p { color: rgb(222,50,40); }
H1.HeaderClassName
{
color: #DE3228;
}
.AnyTagClassName
{
color: #DE3228;
}
</style>
background-color css
<style>
a { background-color: #DE3228; }
a { background-color: rgb(222,50,40); }
div.DivClassName
{
background-color: #DE3228;
}
.BgClassName
{
background-color: #DE3228;
}
</style>
border-color css
<style>
span { border-color: #DE3228; }
span { border-color: rgb(222,50,40); }
td.TdClassName
{
border-color: #DE3228;
}
.TagClassName
{
border-color: #DE3228;
}
</style>