Shades of Cinnabar #DE411E
Tints of Cinnabar #DE411E
RGB
CMYK
RGB Variations
Color information
#DE411E (or 0xDE411E) is known color: Cinnabar. HEX triplet: DE, 41 and 1E. RGB value is (222,65,30). Sum of RGB (Red+Green+Blue) = 222+65+30=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE411E is #21BEE1. Grayscale: #6C6C6C. Windows color (decimal): -2211554 or 1982942. OLE color: 1982942.
HSL color Cylindrical-coordinate representation of color #DE411E: hue angle of 10.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE411E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 30 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.13 |
| HSL | 10.94º | 0.76% | 0.49% | - |
| HSV(B) | 10.94º | 0.86% | 0.87% | - |
| XYZ | 32.25 | 19.4 | 3.27 | - |
| YUV | 107.95 | 84.01 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 30 | 0 | 0.71 | 0.86 | 0.13 | 10.94 | 0.76 | 0.49 |
| Hex | DE | 41 | 1E | 0 | 47 | 56 | D | B | 4C | 31 |
| Octal | 336 | 101 | 36 | 0 | 107 | 126 | 15 | 13 | 114 | 61 |
| Binary | 11011110 | 1000001 | 11110 | 0 | 1000111 | 1010110 | 1101 | 1011 | 1001100 | 110001 |
Color Harmonies of #DE411E
Complementary color
Monochromatic Colors of #DE411E
Black with #DE411E
Text Example
Text Example
White with #DE411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE411E; }
p { color: rgb(222,65,30); }
H1.HeaderClassName
{
color: #DE411E;
}
.AnyTagClassName
{
color: #DE411E;
}
</style>
background-color css
<style>
a { background-color: #DE411E; }
a { background-color: rgb(222,65,30); }
div.DivClassName
{
background-color: #DE411E;
}
.BgClassName
{
background-color: #DE411E;
}
</style>
border-color css
<style>
span { border-color: #DE411E; }
span { border-color: rgb(222,65,30); }
td.TdClassName
{
border-color: #DE411E;
}
.TagClassName
{
border-color: #DE411E;
}
</style>