Shades of Cinnabar #DE4C1C
Tints of Cinnabar #DE4C1C
RGB
CMYK
RGB Variations
Color information
#DE4C1C (or 0xDE4C1C) is known color: Cinnabar. HEX triplet: DE, 4C and 1C. RGB value is (222,76,28). Sum of RGB (Red+Green+Blue) = 222+76+28=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C1C is #21B3E3. Grayscale: #727272. Windows color (decimal): -2208740 or 1854686. OLE color: 1854686.
HSL color Cylindrical-coordinate representation of color #DE4C1C: hue angle of 14.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE4C1C is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 28 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.13 |
| HSL | 14.85º | 0.78% | 0.49% | - |
| HSV(B) | 14.85º | 0.87% | 0.87% | - |
| XYZ | 32.92 | 20.78 | 3.38 | - |
| YUV | 114.18 | 79.37 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 28 | 0 | 0.66 | 0.87 | 0.13 | 14.85 | 0.78 | 0.49 |
| Hex | DE | 4C | 1C | 0 | 42 | 57 | D | F | 4E | 31 |
| Octal | 336 | 114 | 34 | 0 | 102 | 127 | 15 | 17 | 116 | 61 |
| Binary | 11011110 | 1001100 | 11100 | 0 | 1000010 | 1010111 | 1101 | 1111 | 1001110 | 110001 |
Color Harmonies of #DE4C1C
Complementary color
Monochromatic Colors of #DE4C1C
Black with #DE4C1C
Text Example
Text Example
White with #DE4C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C1C; }
p { color: rgb(222,76,28); }
H1.HeaderClassName
{
color: #DE4C1C;
}
.AnyTagClassName
{
color: #DE4C1C;
}
</style>
background-color css
<style>
a { background-color: #DE4C1C; }
a { background-color: rgb(222,76,28); }
div.DivClassName
{
background-color: #DE4C1C;
}
.BgClassName
{
background-color: #DE4C1C;
}
</style>
border-color css
<style>
span { border-color: #DE4C1C; }
span { border-color: rgb(222,76,28); }
td.TdClassName
{
border-color: #DE4C1C;
}
.TagClassName
{
border-color: #DE4C1C;
}
</style>