Shades of Cinnabar #E6401D
Tints of Cinnabar #E6401D
RGB
CMYK
RGB Variations
Color information
#E6401D (or 0xE6401D) is known color: Cinnabar. HEX triplet: E6, 40 and 1D. RGB value is (230,64,29). Sum of RGB (Red+Green+Blue) = 230+64+29=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6401D is #19BFE2. Grayscale: #6D6D6D. Windows color (decimal): -1687523 or 1917158. OLE color: 1917158.
HSL color Cylindrical-coordinate representation of color #E6401D: hue angle of 10.45º 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 #E6401D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 29 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.10 |
| HSL | 10.45º | 0.8% | 0.51% | - |
| HSV(B) | 10.45º | 0.87% | 0.9% | - |
| XYZ | 34.69 | 20.58 | 3.31 | - |
| YUV | 109.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 29 | 0 | 0.72 | 0.87 | 0.10 | 10.45 | 0.8 | 0.51 |
| Hex | E6 | 40 | 1D | 0 | 48 | 57 | A | A | 50 | 33 |
| Octal | 346 | 100 | 35 | 0 | 110 | 127 | 12 | 12 | 120 | 63 |
| Binary | 11100110 | 1000000 | 11101 | 0 | 1001000 | 1010111 | 1010 | 1010 | 1010000 | 110011 |
Color Harmonies of #E6401D
Complementary color
Monochromatic Colors of #E6401D
Black with #E6401D
Text Example
Text Example
White with #E6401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6401D; }
p { color: rgb(230,64,29); }
H1.HeaderClassName
{
color: #E6401D;
}
.AnyTagClassName
{
color: #E6401D;
}
</style>
background-color css
<style>
a { background-color: #E6401D; }
a { background-color: rgb(230,64,29); }
div.DivClassName
{
background-color: #E6401D;
}
.BgClassName
{
background-color: #E6401D;
}
</style>
border-color css
<style>
span { border-color: #E6401D; }
span { border-color: rgb(230,64,29); }
td.TdClassName
{
border-color: #E6401D;
}
.TagClassName
{
border-color: #E6401D;
}
</style>