Shades of Cinnabar #E62E2A
Tints of Cinnabar #E62E2A
RGB
CMYK
RGB Variations
Color information
#E62E2A (or 0xE62E2A) is known color: Cinnabar. HEX triplet: E6, 2E and 2A. RGB value is (230,46,42). Sum of RGB (Red+Green+Blue) = 230+46+42=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62E2A is #19D1D5. Grayscale: #646464. Windows color (decimal): -1692118 or 2764518. OLE color: 2764518.
HSL color Cylindrical-coordinate representation of color #E62E2A: hue angle of 1.28º 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 #E62E2A is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 42 | - |
| CMYK | 0 | 0.8 | 0.82 | 0.10 |
| HSL | 1.28º | 0.79% | 0.53% | - |
| HSV(B) | 1.28º | 0.82% | 0.9% | - |
| XYZ | 34.03 | 18.94 | 4.05 | - |
| YUV | 100.56 | 94.96 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 42 | 0 | 0.8 | 0.82 | 0.10 | 1.28 | 0.79 | 0.53 |
| Hex | E6 | 2E | 2A | 0 | 50 | 52 | A | 1 | 4F | 35 |
| Octal | 346 | 56 | 52 | 0 | 120 | 122 | 12 | 1 | 117 | 65 |
| Binary | 11100110 | 101110 | 101010 | 0 | 1010000 | 1010010 | 1010 | 1 | 1001111 | 110101 |
Color Harmonies of #E62E2A
Complementary color
Monochromatic Colors of #E62E2A
Black with #E62E2A
Text Example
Text Example
White with #E62E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62E2A; }
p { color: rgb(230,46,42); }
H1.HeaderClassName
{
color: #E62E2A;
}
.AnyTagClassName
{
color: #E62E2A;
}
</style>
background-color css
<style>
a { background-color: #E62E2A; }
a { background-color: rgb(230,46,42); }
div.DivClassName
{
background-color: #E62E2A;
}
.BgClassName
{
background-color: #E62E2A;
}
</style>
border-color css
<style>
span { border-color: #E62E2A; }
span { border-color: rgb(230,46,42); }
td.TdClassName
{
border-color: #E62E2A;
}
.TagClassName
{
border-color: #E62E2A;
}
</style>