Shades of Cinnabar #DE471D
Tints of Cinnabar #DE471D
RGB
CMYK
RGB Variations
Color information
#DE471D (or 0xDE471D) is known color: Cinnabar. HEX triplet: DE, 47 and 1D. RGB value is (222,71,29). Sum of RGB (Red+Green+Blue) = 222+71+29=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE471D is #21B8E2. Grayscale: #6F6F6F. Windows color (decimal): -2210019 or 1918942. OLE color: 1918942.
HSL color Cylindrical-coordinate representation of color #DE471D: hue angle of 13.06º degrees, saturation: 0.77, 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 #DE471D is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 71 | 29 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.13 |
| HSL | 13.06º | 0.77% | 0.49% | - |
| HSV(B) | 13.06º | 0.87% | 0.87% | - |
| XYZ | 32.6 | 20.12 | 3.33 | - |
| YUV | 111.36 | 81.53 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 71 | 29 | 0 | 0.68 | 0.87 | 0.13 | 13.06 | 0.77 | 0.49 |
| Hex | DE | 47 | 1D | 0 | 44 | 57 | D | D | 4D | 31 |
| Octal | 336 | 107 | 35 | 0 | 104 | 127 | 15 | 15 | 115 | 61 |
| Binary | 11011110 | 1000111 | 11101 | 0 | 1000100 | 1010111 | 1101 | 1101 | 1001101 | 110001 |
Color Harmonies of #DE471D
Complementary color
Monochromatic Colors of #DE471D
Black with #DE471D
Text Example
Text Example
White with #DE471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE471D; }
p { color: rgb(222,71,29); }
H1.HeaderClassName
{
color: #DE471D;
}
.AnyTagClassName
{
color: #DE471D;
}
</style>
background-color css
<style>
a { background-color: #DE471D; }
a { background-color: rgb(222,71,29); }
div.DivClassName
{
background-color: #DE471D;
}
.BgClassName
{
background-color: #DE471D;
}
</style>
border-color css
<style>
span { border-color: #DE471D; }
span { border-color: rgb(222,71,29); }
td.TdClassName
{
border-color: #DE471D;
}
.TagClassName
{
border-color: #DE471D;
}
</style>