Shades of Cinnabar #DE471C
Tints of Cinnabar #DE471C
RGB
CMYK
RGB Variations
Color information
#DE471C (or 0xDE471C) is known color: Cinnabar. HEX triplet: DE, 47 and 1C. RGB value is (222,71,28). Sum of RGB (Red+Green+Blue) = 222+71+28=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE471C is #21B8E3. Grayscale: #6F6F6F. Windows color (decimal): -2210020 or 1853406. OLE color: 1853406.
HSL color Cylindrical-coordinate representation of color #DE471C: hue angle of 13.3º degrees, saturation: 0.78, 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 #DE471C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 71 | 28 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.13 |
| HSL | 13.3º | 0.78% | 0.49% | - |
| HSV(B) | 13.3º | 0.87% | 0.87% | - |
| XYZ | 32.59 | 20.12 | 3.26 | - |
| YUV | 111.25 | 81.03 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 71 | 28 | 0 | 0.68 | 0.87 | 0.13 | 13.3 | 0.78 | 0.49 |
| Hex | DE | 47 | 1C | 0 | 44 | 57 | D | D | 4E | 31 |
| Octal | 336 | 107 | 34 | 0 | 104 | 127 | 15 | 15 | 116 | 61 |
| Binary | 11011110 | 1000111 | 11100 | 0 | 1000100 | 1010111 | 1101 | 1101 | 1001110 | 110001 |
Color Harmonies of #DE471C
Complementary color
Monochromatic Colors of #DE471C
Black with #DE471C
Text Example
Text Example
White with #DE471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE471C; }
p { color: rgb(222,71,28); }
H1.HeaderClassName
{
color: #DE471C;
}
.AnyTagClassName
{
color: #DE471C;
}
</style>
background-color css
<style>
a { background-color: #DE471C; }
a { background-color: rgb(222,71,28); }
div.DivClassName
{
background-color: #DE471C;
}
.BgClassName
{
background-color: #DE471C;
}
</style>
border-color css
<style>
span { border-color: #DE471C; }
span { border-color: rgb(222,71,28); }
td.TdClassName
{
border-color: #DE471C;
}
.TagClassName
{
border-color: #DE471C;
}
</style>