Shades of Cinnabar #E6341B
Tints of Cinnabar #E6341B
RGB
CMYK
RGB Variations
Color information
#E6341B (or 0xE6341B) is known color: Cinnabar. HEX triplet: E6, 34 and 1B. RGB value is (230,52,27). Sum of RGB (Red+Green+Blue) = 230+52+27=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6341B is #19CBE4. Grayscale: #666666. Windows color (decimal): -1690597 or 1783014. OLE color: 1783014.
HSL color Cylindrical-coordinate representation of color #E6341B: hue angle of 7.39º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6341B is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 27 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.10 |
| HSL | 7.39º | 0.8% | 0.5% | - |
| HSV(B) | 7.39º | 0.88% | 0.9% | - |
| XYZ | 34.06 | 19.36 | 2.98 | - |
| YUV | 102.37 | 85.47 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 27 | 0 | 0.77 | 0.88 | 0.10 | 7.39 | 0.8 | 0.5 |
| Hex | E6 | 34 | 1B | 0 | 4D | 58 | A | 7 | 50 | 32 |
| Octal | 346 | 64 | 33 | 0 | 115 | 130 | 12 | 7 | 120 | 62 |
| Binary | 11100110 | 110100 | 11011 | 0 | 1001101 | 1011000 | 1010 | 111 | 1010000 | 110010 |
Color Harmonies of #E6341B
Complementary color
Monochromatic Colors of #E6341B
Black with #E6341B
Text Example
Text Example
White with #E6341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6341B; }
p { color: rgb(230,52,27); }
H1.HeaderClassName
{
color: #E6341B;
}
.AnyTagClassName
{
color: #E6341B;
}
</style>
background-color css
<style>
a { background-color: #E6341B; }
a { background-color: rgb(230,52,27); }
div.DivClassName
{
background-color: #E6341B;
}
.BgClassName
{
background-color: #E6341B;
}
</style>
border-color css
<style>
span { border-color: #E6341B; }
span { border-color: rgb(230,52,27); }
td.TdClassName
{
border-color: #E6341B;
}
.TagClassName
{
border-color: #E6341B;
}
</style>