Shades of Cinnabar #E6411B
Tints of Cinnabar #E6411B
RGB
CMYK
RGB Variations
Color information
#E6411B (or 0xE6411B) is known color: Cinnabar. HEX triplet: E6, 41 and 1B. RGB value is (230,65,27). Sum of RGB (Red+Green+Blue) = 230+65+27=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E6411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6411B is #19BEE4. Grayscale: #6E6E6E. Windows color (decimal): -1687269 or 1786342. OLE color: 1786342.
HSL color Cylindrical-coordinate representation of color #E6411B: hue angle of 11.23º 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 #E6411B is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 27 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.10 |
| HSL | 11.23º | 0.8% | 0.5% | - |
| HSV(B) | 11.23º | 0.88% | 0.9% | - |
| XYZ | 34.72 | 20.68 | 3.2 | - |
| YUV | 110 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 27 | 0 | 0.72 | 0.88 | 0.10 | 11.23 | 0.8 | 0.5 |
| Hex | E6 | 41 | 1B | 0 | 48 | 58 | A | B | 50 | 32 |
| Octal | 346 | 101 | 33 | 0 | 110 | 130 | 12 | 13 | 120 | 62 |
| Binary | 11100110 | 1000001 | 11011 | 0 | 1001000 | 1011000 | 1010 | 1011 | 1010000 | 110010 |
Color Harmonies of #E6411B
Complementary color
Monochromatic Colors of #E6411B
Black with #E6411B
Text Example
Text Example
White with #E6411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6411B; }
p { color: rgb(230,65,27); }
H1.HeaderClassName
{
color: #E6411B;
}
.AnyTagClassName
{
color: #E6411B;
}
</style>
background-color css
<style>
a { background-color: #E6411B; }
a { background-color: rgb(230,65,27); }
div.DivClassName
{
background-color: #E6411B;
}
.BgClassName
{
background-color: #E6411B;
}
</style>
border-color css
<style>
span { border-color: #E6411B; }
span { border-color: rgb(230,65,27); }
td.TdClassName
{
border-color: #E6411B;
}
.TagClassName
{
border-color: #E6411B;
}
</style>