Shades of Cinnabar #DE482D
Tints of Cinnabar #DE482D
RGB
CMYK
RGB Variations
Color information
#DE482D (or 0xDE482D) is known color: Cinnabar. HEX triplet: DE, 48 and 2D. RGB value is (222,72,45). Sum of RGB (Red+Green+Blue) = 222+72+45=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE482D is #21B7D2. Grayscale: #727272. Windows color (decimal): -2209747 or 2967774. OLE color: 2967774.
HSL color Cylindrical-coordinate representation of color #DE482D: hue angle of 9.15º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE482D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 72 | 45 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.13 |
| HSL | 9.15º | 0.73% | 0.52% | - |
| HSV(B) | 9.15º | 0.8% | 0.87% | - |
| XYZ | 32.92 | 20.35 | 4.68 | - |
| YUV | 113.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 72 | 45 | 0 | 0.68 | 0.80 | 0.13 | 9.15 | 0.73 | 0.52 |
| Hex | DE | 48 | 2D | 0 | 44 | 50 | D | 9 | 49 | 34 |
| Octal | 336 | 110 | 55 | 0 | 104 | 120 | 15 | 11 | 111 | 64 |
| Binary | 11011110 | 1001000 | 101101 | 0 | 1000100 | 1010000 | 1101 | 1001 | 1001001 | 110100 |
Color Harmonies of #DE482D
Complementary color
Monochromatic Colors of #DE482D
Black with #DE482D
Text Example
Text Example
White with #DE482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE482D; }
p { color: rgb(222,72,45); }
H1.HeaderClassName
{
color: #DE482D;
}
.AnyTagClassName
{
color: #DE482D;
}
</style>
background-color css
<style>
a { background-color: #DE482D; }
a { background-color: rgb(222,72,45); }
div.DivClassName
{
background-color: #DE482D;
}
.BgClassName
{
background-color: #DE482D;
}
</style>
border-color css
<style>
span { border-color: #DE482D; }
span { border-color: rgb(222,72,45); }
td.TdClassName
{
border-color: #DE482D;
}
.TagClassName
{
border-color: #DE482D;
}
</style>