Shades of Cinnabar #DE472C
Tints of Cinnabar #DE472C
RGB
CMYK
RGB Variations
Color information
#DE472C (or 0xDE472C) is known color: Cinnabar. HEX triplet: DE, 47 and 2C. RGB value is (222,71,44). Sum of RGB (Red+Green+Blue) = 222+71+44=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE472C is #21B8D3. Grayscale: #717171. Windows color (decimal): -2210004 or 2901982. OLE color: 2901982.
HSL color Cylindrical-coordinate representation of color #DE472C: hue angle of 9.1º 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 #DE472C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 71 | 44 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.13 |
| HSL | 9.1º | 0.73% | 0.52% | - |
| HSV(B) | 9.1º | 0.8% | 0.87% | - |
| XYZ | 32.83 | 20.22 | 4.55 | - |
| YUV | 113.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 71 | 44 | 0 | 0.68 | 0.80 | 0.13 | 9.1 | 0.73 | 0.52 |
| Hex | DE | 47 | 2C | 0 | 44 | 50 | D | 9 | 49 | 34 |
| Octal | 336 | 107 | 54 | 0 | 104 | 120 | 15 | 11 | 111 | 64 |
| Binary | 11011110 | 1000111 | 101100 | 0 | 1000100 | 1010000 | 1101 | 1001 | 1001001 | 110100 |
Color Harmonies of #DE472C
Complementary color
Monochromatic Colors of #DE472C
Black with #DE472C
Text Example
Text Example
White with #DE472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE472C; }
p { color: rgb(222,71,44); }
H1.HeaderClassName
{
color: #DE472C;
}
.AnyTagClassName
{
color: #DE472C;
}
</style>
background-color css
<style>
a { background-color: #DE472C; }
a { background-color: rgb(222,71,44); }
div.DivClassName
{
background-color: #DE472C;
}
.BgClassName
{
background-color: #DE472C;
}
</style>
border-color css
<style>
span { border-color: #DE472C; }
span { border-color: rgb(222,71,44); }
td.TdClassName
{
border-color: #DE472C;
}
.TagClassName
{
border-color: #DE472C;
}
</style>