Shades of Cinnabar #DE471F
Tints of Cinnabar #DE471F
RGB
CMYK
RGB Variations
Color information
#DE471F (or 0xDE471F) is known color: Cinnabar. HEX triplet: DE, 47 and 1F. RGB value is (222,71,31). Sum of RGB (Red+Green+Blue) = 222+71+31=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE471F is #21B8E0. Grayscale: #6F6F6F. Windows color (decimal): -2210017 or 2050014. OLE color: 2050014.
HSL color Cylindrical-coordinate representation of color #DE471F: hue angle of 12.57º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE471F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 71 | 31 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.13 |
| HSL | 12.57º | 0.75% | 0.5% | - |
| HSV(B) | 12.57º | 0.86% | 0.87% | - |
| XYZ | 32.62 | 20.14 | 3.46 | - |
| YUV | 111.59 | 82.53 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 71 | 31 | 0 | 0.68 | 0.86 | 0.13 | 12.57 | 0.75 | 0.5 |
| Hex | DE | 47 | 1F | 0 | 44 | 56 | D | D | 4B | 32 |
| Octal | 336 | 107 | 37 | 0 | 104 | 126 | 15 | 15 | 113 | 62 |
| Binary | 11011110 | 1000111 | 11111 | 0 | 1000100 | 1010110 | 1101 | 1101 | 1001011 | 110010 |
Color Harmonies of #DE471F
Complementary color
Monochromatic Colors of #DE471F
Black with #DE471F
Text Example
Text Example
White with #DE471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE471F; }
p { color: rgb(222,71,31); }
H1.HeaderClassName
{
color: #DE471F;
}
.AnyTagClassName
{
color: #DE471F;
}
</style>
background-color css
<style>
a { background-color: #DE471F; }
a { background-color: rgb(222,71,31); }
div.DivClassName
{
background-color: #DE471F;
}
.BgClassName
{
background-color: #DE471F;
}
</style>
border-color css
<style>
span { border-color: #DE471F; }
span { border-color: rgb(222,71,31); }
td.TdClassName
{
border-color: #DE471F;
}
.TagClassName
{
border-color: #DE471F;
}
</style>