Shades of Cinnabar #E6341E
Tints of Cinnabar #E6341E
RGB
CMYK
RGB Variations
Color information
#E6341E (or 0xE6341E) is known color: Cinnabar. HEX triplet: E6, 34 and 1E. RGB value is (230,52,30). Sum of RGB (Red+Green+Blue) = 230+52+30=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6341E is #19CBE1. Grayscale: #666666. Windows color (decimal): -1690594 or 1979622. OLE color: 1979622.
HSL color Cylindrical-coordinate representation of color #E6341E: hue angle of 6.6º 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 #E6341E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 30 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.10 |
| HSL | 6.6º | 0.8% | 0.51% | - |
| HSV(B) | 6.6º | 0.87% | 0.9% | - |
| XYZ | 34.1 | 19.37 | 3.17 | - |
| YUV | 102.71 | 86.97 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 30 | 0 | 0.77 | 0.87 | 0.10 | 6.6 | 0.8 | 0.51 |
| Hex | E6 | 34 | 1E | 0 | 4D | 57 | A | 7 | 50 | 33 |
| Octal | 346 | 64 | 36 | 0 | 115 | 127 | 12 | 7 | 120 | 63 |
| Binary | 11100110 | 110100 | 11110 | 0 | 1001101 | 1010111 | 1010 | 111 | 1010000 | 110011 |
Color Harmonies of #E6341E
Complementary color
Monochromatic Colors of #E6341E
Black with #E6341E
Text Example
Text Example
White with #E6341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6341E; }
p { color: rgb(230,52,30); }
H1.HeaderClassName
{
color: #E6341E;
}
.AnyTagClassName
{
color: #E6341E;
}
</style>
background-color css
<style>
a { background-color: #E6341E; }
a { background-color: rgb(230,52,30); }
div.DivClassName
{
background-color: #E6341E;
}
.BgClassName
{
background-color: #E6341E;
}
</style>
border-color css
<style>
span { border-color: #E6341E; }
span { border-color: rgb(230,52,30); }
td.TdClassName
{
border-color: #E6341E;
}
.TagClassName
{
border-color: #E6341E;
}
</style>