Shades of Cinnabar #E6392D
Tints of Cinnabar #E6392D
RGB
CMYK
RGB Variations
Color information
#E6392D (or 0xE6392D) is known color: Cinnabar. HEX triplet: E6, 39 and 2D. RGB value is (230,57,45). Sum of RGB (Red+Green+Blue) = 230+57+45=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E6392D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6392D is #19C6D2. Grayscale: #6B6B6B. Windows color (decimal): -1689299 or 2963942. OLE color: 2963942.
HSL color Cylindrical-coordinate representation of color #E6392D: hue angle of 3.89º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6392D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 45 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.10 |
| HSL | 3.89º | 0.79% | 0.54% | - |
| HSV(B) | 3.89º | 0.8% | 0.9% | - |
| XYZ | 34.57 | 19.94 | 4.51 | - |
| YUV | 107.36 | 92.81 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 45 | 0 | 0.75 | 0.80 | 0.10 | 3.89 | 0.79 | 0.54 |
| Hex | E6 | 39 | 2D | 0 | 4B | 50 | A | 4 | 4F | 36 |
| Octal | 346 | 71 | 55 | 0 | 113 | 120 | 12 | 4 | 117 | 66 |
| Binary | 11100110 | 111001 | 101101 | 0 | 1001011 | 1010000 | 1010 | 100 | 1001111 | 110110 |
Color Harmonies of #E6392D
Complementary color
Monochromatic Colors of #E6392D
Black with #E6392D
Text Example
Text Example
White with #E6392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6392D; }
p { color: rgb(230,57,45); }
H1.HeaderClassName
{
color: #E6392D;
}
.AnyTagClassName
{
color: #E6392D;
}
</style>
background-color css
<style>
a { background-color: #E6392D; }
a { background-color: rgb(230,57,45); }
div.DivClassName
{
background-color: #E6392D;
}
.BgClassName
{
background-color: #E6392D;
}
</style>
border-color css
<style>
span { border-color: #E6392D; }
span { border-color: rgb(230,57,45); }
td.TdClassName
{
border-color: #E6392D;
}
.TagClassName
{
border-color: #E6392D;
}
</style>