Shades of Cinnabar #DE3D1E
Tints of Cinnabar #DE3D1E
RGB
CMYK
RGB Variations
Color information
#DE3D1E (or 0xDE3D1E) is known color: Cinnabar. HEX triplet: DE, 3D and 1E. RGB value is (222,61,30). Sum of RGB (Red+Green+Blue) = 222+61+30=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3D1E is #21C2E1. Grayscale: #696969. Windows color (decimal): -2212578 or 1981918. OLE color: 1981918.
HSL color Cylindrical-coordinate representation of color #DE3D1E: hue angle of 9.69º 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 #DE3D1E is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 61 | 30 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.13 |
| HSL | 9.69º | 0.76% | 0.49% | - |
| HSV(B) | 9.69º | 0.86% | 0.87% | - |
| XYZ | 32.03 | 18.96 | 3.2 | - |
| YUV | 105.61 | 85.34 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 61 | 30 | 0 | 0.73 | 0.86 | 0.13 | 9.69 | 0.76 | 0.49 |
| Hex | DE | 3D | 1E | 0 | 49 | 56 | D | A | 4C | 31 |
| Octal | 336 | 75 | 36 | 0 | 111 | 126 | 15 | 12 | 114 | 61 |
| Binary | 11011110 | 111101 | 11110 | 0 | 1001001 | 1010110 | 1101 | 1010 | 1001100 | 110001 |
Color Harmonies of #DE3D1E
Complementary color
Monochromatic Colors of #DE3D1E
Black with #DE3D1E
Text Example
Text Example
White with #DE3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3D1E; }
p { color: rgb(222,61,30); }
H1.HeaderClassName
{
color: #DE3D1E;
}
.AnyTagClassName
{
color: #DE3D1E;
}
</style>
background-color css
<style>
a { background-color: #DE3D1E; }
a { background-color: rgb(222,61,30); }
div.DivClassName
{
background-color: #DE3D1E;
}
.BgClassName
{
background-color: #DE3D1E;
}
</style>
border-color css
<style>
span { border-color: #DE3D1E; }
span { border-color: rgb(222,61,30); }
td.TdClassName
{
border-color: #DE3D1E;
}
.TagClassName
{
border-color: #DE3D1E;
}
</style>