Shades of Cinnabar #E6331E
Tints of Cinnabar #E6331E
RGB
CMYK
RGB Variations
Color information
#E6331E (or 0xE6331E) is known color: Cinnabar. HEX triplet: E6, 33 and 1E. RGB value is (230,51,30). Sum of RGB (Red+Green+Blue) = 230+51+30=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6331E is #19CCE1. Grayscale: #666666. Windows color (decimal): -1690850 or 1979366. OLE color: 1979366.
HSL color Cylindrical-coordinate representation of color #E6331E: hue angle of 6.3º 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 #E6331E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.10 |
| HSL | 6.3º | 0.8% | 0.51% | - |
| HSV(B) | 6.3º | 0.87% | 0.9% | - |
| XYZ | 34.05 | 19.28 | 3.16 | - |
| YUV | 102.13 | 87.3 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 30 | 0 | 0.78 | 0.87 | 0.10 | 6.3 | 0.8 | 0.51 |
| Hex | E6 | 33 | 1E | 0 | 4E | 57 | A | 6 | 50 | 33 |
| Octal | 346 | 63 | 36 | 0 | 116 | 127 | 12 | 6 | 120 | 63 |
| Binary | 11100110 | 110011 | 11110 | 0 | 1001110 | 1010111 | 1010 | 110 | 1010000 | 110011 |
Color Harmonies of #E6331E
Complementary color
Monochromatic Colors of #E6331E
Black with #E6331E
Text Example
Text Example
White with #E6331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6331E; }
p { color: rgb(230,51,30); }
H1.HeaderClassName
{
color: #E6331E;
}
.AnyTagClassName
{
color: #E6331E;
}
</style>
background-color css
<style>
a { background-color: #E6331E; }
a { background-color: rgb(230,51,30); }
div.DivClassName
{
background-color: #E6331E;
}
.BgClassName
{
background-color: #E6331E;
}
</style>
border-color css
<style>
span { border-color: #E6331E; }
span { border-color: rgb(230,51,30); }
td.TdClassName
{
border-color: #E6331E;
}
.TagClassName
{
border-color: #E6331E;
}
</style>