Shades of Cinnabar #E6311F
Tints of Cinnabar #E6311F
RGB
CMYK
RGB Variations
Color information
#E6311F (or 0xE6311F) is known color: Cinnabar. HEX triplet: E6, 31 and 1F. RGB value is (230,49,31). Sum of RGB (Red+Green+Blue) = 230+49+31=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6311F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6311F is #19CEE0. Grayscale: #656565. Windows color (decimal): -1691361 or 2044390. OLE color: 2044390.
HSL color Cylindrical-coordinate representation of color #E6311F: hue angle of 5.43º 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 #E6311F is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 31 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.10 |
| HSL | 5.43º | 0.8% | 0.51% | - |
| HSV(B) | 5.43º | 0.87% | 0.9% | - |
| XYZ | 33.98 | 19.12 | 3.2 | - |
| YUV | 101.07 | 88.47 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 31 | 0 | 0.79 | 0.87 | 0.10 | 5.43 | 0.8 | 0.51 |
| Hex | E6 | 31 | 1F | 0 | 4F | 57 | A | 5 | 50 | 33 |
| Octal | 346 | 61 | 37 | 0 | 117 | 127 | 12 | 5 | 120 | 63 |
| Binary | 11100110 | 110001 | 11111 | 0 | 1001111 | 1010111 | 1010 | 101 | 1010000 | 110011 |
Color Harmonies of #E6311F
Complementary color
Monochromatic Colors of #E6311F
Black with #E6311F
Text Example
Text Example
White with #E6311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6311F; }
p { color: rgb(230,49,31); }
H1.HeaderClassName
{
color: #E6311F;
}
.AnyTagClassName
{
color: #E6311F;
}
</style>
background-color css
<style>
a { background-color: #E6311F; }
a { background-color: rgb(230,49,31); }
div.DivClassName
{
background-color: #E6311F;
}
.BgClassName
{
background-color: #E6311F;
}
</style>
border-color css
<style>
span { border-color: #E6311F; }
span { border-color: rgb(230,49,31); }
td.TdClassName
{
border-color: #E6311F;
}
.TagClassName
{
border-color: #E6311F;
}
</style>