Shades of Cinnabar #DE3333
Tints of Cinnabar #DE3333
RGB
CMYK
RGB Variations
Color information
#DE3333 (or 0xDE3333) is known color: Cinnabar. HEX triplet: DE, 33 and 33. RGB value is (222,51,51). Sum of RGB (Red+Green+Blue) = 222+51+51=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3333 is #21CCCC. Grayscale: #666666. Windows color (decimal): -2215117 or 3355614. OLE color: 3355614.
HSL color Cylindrical-coordinate representation of color #DE3333: hue angle of 0º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3333 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 51 | 51 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.13 |
| HSL | 0º | 0.72% | 0.54% | - |
| HSV(B) | 0º | 0.77% | 0.87% | - |
| XYZ | 31.91 | 18.14 | 4.95 | - |
| YUV | 102.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 51 | 0 | 0.77 | 0.77 | 0.13 | 0 | 0.72 | 0.54 |
| Hex | DE | 33 | 33 | 0 | 4D | 4D | D | 0 | 48 | 36 |
| Octal | 336 | 63 | 63 | 0 | 115 | 115 | 15 | 0 | 110 | 66 |
| Binary | 11011110 | 110011 | 110011 | 0 | 1001101 | 1001101 | 1101 | 0 | 1001000 | 110110 |
Color Harmonies of #DE3333
Complementary color
Monochromatic Colors of #DE3333
Black with #DE3333
Text Example
Text Example
White with #DE3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3333; }
p { color: rgb(222,51,51); }
H1.HeaderClassName
{
color: #DE3333;
}
.AnyTagClassName
{
color: #DE3333;
}
</style>
background-color css
<style>
a { background-color: #DE3333; }
a { background-color: rgb(222,51,51); }
div.DivClassName
{
background-color: #DE3333;
}
.BgClassName
{
background-color: #DE3333;
}
</style>
border-color css
<style>
span { border-color: #DE3333; }
span { border-color: rgb(222,51,51); }
td.TdClassName
{
border-color: #DE3333;
}
.TagClassName
{
border-color: #DE3333;
}
</style>