Shades of Cinnabar #E6411C
Tints of Cinnabar #E6411C
RGB
CMYK
RGB Variations
Color information
#E6411C (or 0xE6411C) is known color: Cinnabar. HEX triplet: E6, 41 and 1C. RGB value is (230,65,28). Sum of RGB (Red+Green+Blue) = 230+65+28=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6411C is #19BEE3. Grayscale: #6E6E6E. Windows color (decimal): -1687268 or 1851878. OLE color: 1851878.
HSL color Cylindrical-coordinate representation of color #E6411C: hue angle of 10.99º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6411C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.10 |
| HSL | 10.99º | 0.8% | 0.51% | - |
| HSV(B) | 10.99º | 0.88% | 0.9% | - |
| XYZ | 34.73 | 20.69 | 3.26 | - |
| YUV | 110.12 | 81.66 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 28 | 0 | 0.72 | 0.88 | 0.10 | 10.99 | 0.8 | 0.51 |
| Hex | E6 | 41 | 1C | 0 | 48 | 58 | A | B | 50 | 33 |
| Octal | 346 | 101 | 34 | 0 | 110 | 130 | 12 | 13 | 120 | 63 |
| Binary | 11100110 | 1000001 | 11100 | 0 | 1001000 | 1011000 | 1010 | 1011 | 1010000 | 110011 |
Color Harmonies of #E6411C
Complementary color
Monochromatic Colors of #E6411C
Black with #E6411C
Text Example
Text Example
White with #E6411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6411C; }
p { color: rgb(230,65,28); }
H1.HeaderClassName
{
color: #E6411C;
}
.AnyTagClassName
{
color: #E6411C;
}
</style>
background-color css
<style>
a { background-color: #E6411C; }
a { background-color: rgb(230,65,28); }
div.DivClassName
{
background-color: #E6411C;
}
.BgClassName
{
background-color: #E6411C;
}
</style>
border-color css
<style>
span { border-color: #E6411C; }
span { border-color: rgb(230,65,28); }
td.TdClassName
{
border-color: #E6411C;
}
.TagClassName
{
border-color: #E6411C;
}
</style>