Shades of Cinnabar #E6411F
Tints of Cinnabar #E6411F
RGB
CMYK
RGB Variations
Color information
#E6411F (or 0xE6411F) is known color: Cinnabar. HEX triplet: E6, 41 and 1F. RGB value is (230,65,31). Sum of RGB (Red+Green+Blue) = 230+65+31=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6411F is #19BEE0. Grayscale: #6E6E6E. Windows color (decimal): -1687265 or 2048486. OLE color: 2048486.
HSL color Cylindrical-coordinate representation of color #E6411F: hue angle of 10.25º 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 #E6411F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 31 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.10 |
| HSL | 10.25º | 0.8% | 0.51% | - |
| HSV(B) | 10.25º | 0.87% | 0.9% | - |
| XYZ | 34.77 | 20.7 | 3.46 | - |
| YUV | 110.46 | 83.16 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 31 | 0 | 0.72 | 0.87 | 0.10 | 10.25 | 0.8 | 0.51 |
| Hex | E6 | 41 | 1F | 0 | 48 | 57 | A | A | 50 | 33 |
| Octal | 346 | 101 | 37 | 0 | 110 | 127 | 12 | 12 | 120 | 63 |
| Binary | 11100110 | 1000001 | 11111 | 0 | 1001000 | 1010111 | 1010 | 1010 | 1010000 | 110011 |
Color Harmonies of #E6411F
Complementary color
Monochromatic Colors of #E6411F
Black with #E6411F
Text Example
Text Example
White with #E6411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6411F; }
p { color: rgb(230,65,31); }
H1.HeaderClassName
{
color: #E6411F;
}
.AnyTagClassName
{
color: #E6411F;
}
</style>
background-color css
<style>
a { background-color: #E6411F; }
a { background-color: rgb(230,65,31); }
div.DivClassName
{
background-color: #E6411F;
}
.BgClassName
{
background-color: #E6411F;
}
</style>
border-color css
<style>
span { border-color: #E6411F; }
span { border-color: rgb(230,65,31); }
td.TdClassName
{
border-color: #E6411F;
}
.TagClassName
{
border-color: #E6411F;
}
</style>