Shades of Cinnabar #E6362A
Tints of Cinnabar #E6362A
RGB
CMYK
RGB Variations
Color information
#E6362A (or 0xE6362A) is known color: Cinnabar. HEX triplet: E6, 36 and 2A. RGB value is (230,54,42). Sum of RGB (Red+Green+Blue) = 230+54+42=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6362A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6362A is #19C9D5. Grayscale: #696969. Windows color (decimal): -1690070 or 2766566. OLE color: 2766566.
HSL color Cylindrical-coordinate representation of color #E6362A: hue angle of 3.83º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6362A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 42 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.10 |
| HSL | 3.83º | 0.79% | 0.53% | - |
| HSV(B) | 3.83º | 0.82% | 0.9% | - |
| XYZ | 34.37 | 19.63 | 4.17 | - |
| YUV | 105.26 | 92.31 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 42 | 0 | 0.77 | 0.82 | 0.10 | 3.83 | 0.79 | 0.53 |
| Hex | E6 | 36 | 2A | 0 | 4D | 52 | A | 4 | 4F | 35 |
| Octal | 346 | 66 | 52 | 0 | 115 | 122 | 12 | 4 | 117 | 65 |
| Binary | 11100110 | 110110 | 101010 | 0 | 1001101 | 1010010 | 1010 | 100 | 1001111 | 110101 |
Color Harmonies of #E6362A
Complementary color
Monochromatic Colors of #E6362A
Black with #E6362A
Text Example
Text Example
White with #E6362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6362A; }
p { color: rgb(230,54,42); }
H1.HeaderClassName
{
color: #E6362A;
}
.AnyTagClassName
{
color: #E6362A;
}
</style>
background-color css
<style>
a { background-color: #E6362A; }
a { background-color: rgb(230,54,42); }
div.DivClassName
{
background-color: #E6362A;
}
.BgClassName
{
background-color: #E6362A;
}
</style>
border-color css
<style>
span { border-color: #E6362A; }
span { border-color: rgb(230,54,42); }
td.TdClassName
{
border-color: #E6362A;
}
.TagClassName
{
border-color: #E6362A;
}
</style>