Shades of Cinnabar #DE4133
Tints of Cinnabar #DE4133
RGB
CMYK
RGB Variations
Color information
#DE4133 (or 0xDE4133) is known color: Cinnabar. HEX triplet: DE, 41 and 33. RGB value is (222,65,51). Sum of RGB (Red+Green+Blue) = 222+65+51=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4133 is #21BECC. Grayscale: #6E6E6E. Windows color (decimal): -2211533 or 3359198. OLE color: 3359198.
HSL color Cylindrical-coordinate representation of color #DE4133: hue angle of 4.91º 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 #DE4133 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 51 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.13 |
| HSL | 4.91º | 0.72% | 0.54% | - |
| HSV(B) | 4.91º | 0.77% | 0.87% | - |
| XYZ | 32.61 | 19.55 | 5.19 | - |
| YUV | 110.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 51 | 0 | 0.71 | 0.77 | 0.13 | 4.91 | 0.72 | 0.54 |
| Hex | DE | 41 | 33 | 0 | 47 | 4D | D | 5 | 48 | 36 |
| Octal | 336 | 101 | 63 | 0 | 107 | 115 | 15 | 5 | 110 | 66 |
| Binary | 11011110 | 1000001 | 110011 | 0 | 1000111 | 1001101 | 1101 | 101 | 1001000 | 110110 |
Color Harmonies of #DE4133
Complementary color
Monochromatic Colors of #DE4133
Black with #DE4133
Text Example
Text Example
White with #DE4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4133; }
p { color: rgb(222,65,51); }
H1.HeaderClassName
{
color: #DE4133;
}
.AnyTagClassName
{
color: #DE4133;
}
</style>
background-color css
<style>
a { background-color: #DE4133; }
a { background-color: rgb(222,65,51); }
div.DivClassName
{
background-color: #DE4133;
}
.BgClassName
{
background-color: #DE4133;
}
</style>
border-color css
<style>
span { border-color: #DE4133; }
span { border-color: rgb(222,65,51); }
td.TdClassName
{
border-color: #DE4133;
}
.TagClassName
{
border-color: #DE4133;
}
</style>