Shades of Cinnabar #DE471B
Tints of Cinnabar #DE471B
RGB
CMYK
RGB Variations
Color information
#DE471B (or 0xDE471B) is known color: Cinnabar. HEX triplet: DE, 47 and 1B. RGB value is (222,71,27). Sum of RGB (Red+Green+Blue) = 222+71+27=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE471B is #21B8E4. Grayscale: #6F6F6F. Windows color (decimal): -2210021 or 1787870. OLE color: 1787870.
HSL color Cylindrical-coordinate representation of color #DE471B: hue angle of 13.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE471B is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 71 | 27 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.13 |
| HSL | 13.54º | 0.78% | 0.49% | - |
| HSV(B) | 13.54º | 0.88% | 0.87% | - |
| XYZ | 32.58 | 20.12 | 3.2 | - |
| YUV | 111.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 71 | 27 | 0 | 0.68 | 0.88 | 0.13 | 13.54 | 0.78 | 0.49 |
| Hex | DE | 47 | 1B | 0 | 44 | 58 | D | E | 4E | 31 |
| Octal | 336 | 107 | 33 | 0 | 104 | 130 | 15 | 16 | 116 | 61 |
| Binary | 11011110 | 1000111 | 11011 | 0 | 1000100 | 1011000 | 1101 | 1110 | 1001110 | 110001 |
Color Harmonies of #DE471B
Complementary color
Monochromatic Colors of #DE471B
Black with #DE471B
Text Example
Text Example
White with #DE471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE471B; }
p { color: rgb(222,71,27); }
H1.HeaderClassName
{
color: #DE471B;
}
.AnyTagClassName
{
color: #DE471B;
}
</style>
background-color css
<style>
a { background-color: #DE471B; }
a { background-color: rgb(222,71,27); }
div.DivClassName
{
background-color: #DE471B;
}
.BgClassName
{
background-color: #DE471B;
}
</style>
border-color css
<style>
span { border-color: #DE471B; }
span { border-color: rgb(222,71,27); }
td.TdClassName
{
border-color: #DE471B;
}
.TagClassName
{
border-color: #DE471B;
}
</style>