Shades of Cinnabar #E6411D
Tints of Cinnabar #E6411D
RGB
CMYK
RGB Variations
Color information
#E6411D (or 0xE6411D) is known color: Cinnabar. HEX triplet: E6, 41 and 1D. RGB value is (230,65,29). Sum of RGB (Red+Green+Blue) = 230+65+29=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6411D is #19BEE2. Grayscale: #6E6E6E. Windows color (decimal): -1687267 or 1917414. OLE color: 1917414.
HSL color Cylindrical-coordinate representation of color #E6411D: hue angle of 10.75º 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 #E6411D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 29 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.10 |
| HSL | 10.75º | 0.8% | 0.51% | - |
| HSV(B) | 10.75º | 0.87% | 0.9% | - |
| XYZ | 34.75 | 20.69 | 3.33 | - |
| YUV | 110.23 | 82.16 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 29 | 0 | 0.72 | 0.87 | 0.10 | 10.75 | 0.8 | 0.51 |
| Hex | E6 | 41 | 1D | 0 | 48 | 57 | A | B | 50 | 33 |
| Octal | 346 | 101 | 35 | 0 | 110 | 127 | 12 | 13 | 120 | 63 |
| Binary | 11100110 | 1000001 | 11101 | 0 | 1001000 | 1010111 | 1010 | 1011 | 1010000 | 110011 |
Color Harmonies of #E6411D
Complementary color
Monochromatic Colors of #E6411D
Black with #E6411D
Text Example
Text Example
White with #E6411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6411D; }
p { color: rgb(230,65,29); }
H1.HeaderClassName
{
color: #E6411D;
}
.AnyTagClassName
{
color: #E6411D;
}
</style>
background-color css
<style>
a { background-color: #E6411D; }
a { background-color: rgb(230,65,29); }
div.DivClassName
{
background-color: #E6411D;
}
.BgClassName
{
background-color: #E6411D;
}
</style>
border-color css
<style>
span { border-color: #E6411D; }
span { border-color: rgb(230,65,29); }
td.TdClassName
{
border-color: #E6411D;
}
.TagClassName
{
border-color: #E6411D;
}
</style>