Shades of Cinnabar #DE491D
Tints of Cinnabar #DE491D
RGB
CMYK
RGB Variations
Color information
#DE491D (or 0xDE491D) is known color: Cinnabar. HEX triplet: DE, 49 and 1D. RGB value is (222,73,29). Sum of RGB (Red+Green+Blue) = 222+73+29=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE491D is #21B6E2. Grayscale: #707070. Windows color (decimal): -2209507 or 1919454. OLE color: 1919454.
HSL color Cylindrical-coordinate representation of color #DE491D: hue angle of 13.68º degrees, saturation: 0.77, 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 #DE491D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 29 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.13 |
| HSL | 13.68º | 0.77% | 0.49% | - |
| HSV(B) | 13.68º | 0.87% | 0.87% | - |
| XYZ | 32.73 | 20.38 | 3.37 | - |
| YUV | 112.54 | 80.86 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 29 | 0 | 0.67 | 0.87 | 0.13 | 13.68 | 0.77 | 0.49 |
| Hex | DE | 49 | 1D | 0 | 43 | 57 | D | E | 4D | 31 |
| Octal | 336 | 111 | 35 | 0 | 103 | 127 | 15 | 16 | 115 | 61 |
| Binary | 11011110 | 1001001 | 11101 | 0 | 1000011 | 1010111 | 1101 | 1110 | 1001101 | 110001 |
Color Harmonies of #DE491D
Complementary color
Monochromatic Colors of #DE491D
Black with #DE491D
Text Example
Text Example
White with #DE491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE491D; }
p { color: rgb(222,73,29); }
H1.HeaderClassName
{
color: #DE491D;
}
.AnyTagClassName
{
color: #DE491D;
}
</style>
background-color css
<style>
a { background-color: #DE491D; }
a { background-color: rgb(222,73,29); }
div.DivClassName
{
background-color: #DE491D;
}
.BgClassName
{
background-color: #DE491D;
}
</style>
border-color css
<style>
span { border-color: #DE491D; }
span { border-color: rgb(222,73,29); }
td.TdClassName
{
border-color: #DE491D;
}
.TagClassName
{
border-color: #DE491D;
}
</style>