Shades of Cinnabar #E6471F
Tints of Cinnabar #E6471F
RGB
CMYK
RGB Variations
Color information
#E6471F (or 0xE6471F) is known color: Cinnabar. HEX triplet: E6, 47 and 1F. RGB value is (230,71,31). Sum of RGB (Red+Green+Blue) = 230+71+31=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E6471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6471F is #19B8E0. Grayscale: #727272. Windows color (decimal): -1685729 or 2050022. OLE color: 2050022.
HSL color Cylindrical-coordinate representation of color #E6471F: hue angle of 12.06º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6471F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 31 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.10 |
| HSL | 12.06º | 0.8% | 0.51% | - |
| HSV(B) | 12.06º | 0.87% | 0.9% | - |
| XYZ | 35.13 | 21.43 | 3.58 | - |
| YUV | 113.98 | 81.18 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 31 | 0 | 0.69 | 0.87 | 0.10 | 12.06 | 0.8 | 0.51 |
| Hex | E6 | 47 | 1F | 0 | 45 | 57 | A | C | 50 | 33 |
| Octal | 346 | 107 | 37 | 0 | 105 | 127 | 12 | 14 | 120 | 63 |
| Binary | 11100110 | 1000111 | 11111 | 0 | 1000101 | 1010111 | 1010 | 1100 | 1010000 | 110011 |
Color Harmonies of #E6471F
Complementary color
Monochromatic Colors of #E6471F
Black with #E6471F
Text Example
Text Example
White with #E6471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6471F; }
p { color: rgb(230,71,31); }
H1.HeaderClassName
{
color: #E6471F;
}
.AnyTagClassName
{
color: #E6471F;
}
</style>
background-color css
<style>
a { background-color: #E6471F; }
a { background-color: rgb(230,71,31); }
div.DivClassName
{
background-color: #E6471F;
}
.BgClassName
{
background-color: #E6471F;
}
</style>
border-color css
<style>
span { border-color: #E6471F; }
span { border-color: rgb(230,71,31); }
td.TdClassName
{
border-color: #E6471F;
}
.TagClassName
{
border-color: #E6471F;
}
</style>