Shades of Cinnabar #E6401F
Tints of Cinnabar #E6401F
RGB
CMYK
RGB Variations
Color information
#E6401F (or 0xE6401F) is known color: Cinnabar. HEX triplet: E6, 40 and 1F. RGB value is (230,64,31). Sum of RGB (Red+Green+Blue) = 230+64+31=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6401F is #19BFE0. Grayscale: #6E6E6E. Windows color (decimal): -1687521 or 2048230. OLE color: 2048230.
HSL color Cylindrical-coordinate representation of color #E6401F: hue angle of 9.95º 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 #E6401F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 31 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.10 |
| HSL | 9.95º | 0.8% | 0.51% | - |
| HSV(B) | 9.95º | 0.87% | 0.9% | - |
| XYZ | 34.71 | 20.59 | 3.44 | - |
| YUV | 109.87 | 83.5 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 31 | 0 | 0.72 | 0.87 | 0.10 | 9.95 | 0.8 | 0.51 |
| Hex | E6 | 40 | 1F | 0 | 48 | 57 | A | A | 50 | 33 |
| Octal | 346 | 100 | 37 | 0 | 110 | 127 | 12 | 12 | 120 | 63 |
| Binary | 11100110 | 1000000 | 11111 | 0 | 1001000 | 1010111 | 1010 | 1010 | 1010000 | 110011 |
Color Harmonies of #E6401F
Complementary color
Monochromatic Colors of #E6401F
Black with #E6401F
Text Example
Text Example
White with #E6401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6401F; }
p { color: rgb(230,64,31); }
H1.HeaderClassName
{
color: #E6401F;
}
.AnyTagClassName
{
color: #E6401F;
}
</style>
background-color css
<style>
a { background-color: #E6401F; }
a { background-color: rgb(230,64,31); }
div.DivClassName
{
background-color: #E6401F;
}
.BgClassName
{
background-color: #E6401F;
}
</style>
border-color css
<style>
span { border-color: #E6401F; }
span { border-color: rgb(230,64,31); }
td.TdClassName
{
border-color: #E6401F;
}
.TagClassName
{
border-color: #E6401F;
}
</style>