Shades of Cinnabar #DE4C29
Tints of Cinnabar #DE4C29
RGB
CMYK
RGB Variations
Color information
#DE4C29 (or 0xDE4C29) is known color: Cinnabar. HEX triplet: DE, 4C and 29. RGB value is (222,76,41). Sum of RGB (Red+Green+Blue) = 222+76+41=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C29 is #21B3D6. Grayscale: #737373. Windows color (decimal): -2208727 or 2706654. OLE color: 2706654.
HSL color Cylindrical-coordinate representation of color #DE4C29: hue angle of 11.6º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE4C29 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 41 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.13 |
| HSL | 11.6º | 0.73% | 0.52% | - |
| HSV(B) | 11.6º | 0.82% | 0.87% | - |
| XYZ | 33.11 | 20.86 | 4.38 | - |
| YUV | 115.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 41 | 0 | 0.66 | 0.82 | 0.13 | 11.6 | 0.73 | 0.52 |
| Hex | DE | 4C | 29 | 0 | 42 | 52 | D | C | 49 | 34 |
| Octal | 336 | 114 | 51 | 0 | 102 | 122 | 15 | 14 | 111 | 64 |
| Binary | 11011110 | 1001100 | 101001 | 0 | 1000010 | 1010010 | 1101 | 1100 | 1001001 | 110100 |
Color Harmonies of #DE4C29
Complementary color
Monochromatic Colors of #DE4C29
Black with #DE4C29
Text Example
Text Example
White with #DE4C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C29; }
p { color: rgb(222,76,41); }
H1.HeaderClassName
{
color: #DE4C29;
}
.AnyTagClassName
{
color: #DE4C29;
}
</style>
background-color css
<style>
a { background-color: #DE4C29; }
a { background-color: rgb(222,76,41); }
div.DivClassName
{
background-color: #DE4C29;
}
.BgClassName
{
background-color: #DE4C29;
}
</style>
border-color css
<style>
span { border-color: #DE4C29; }
span { border-color: rgb(222,76,41); }
td.TdClassName
{
border-color: #DE4C29;
}
.TagClassName
{
border-color: #DE4C29;
}
</style>