Shades of Cinnabar #E62C2A
Tints of Cinnabar #E62C2A
RGB
CMYK
RGB Variations
Color information
#E62C2A (or 0xE62C2A) is known color: Cinnabar. HEX triplet: E6, 2C and 2A. RGB value is (230,44,42). Sum of RGB (Red+Green+Blue) = 230+44+42=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62C2A is #19D3D5. Grayscale: #636363. Windows color (decimal): -1692630 or 2764006. OLE color: 2764006.
HSL color Cylindrical-coordinate representation of color #E62C2A: hue angle of 0.64º 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 #E62C2A is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 42 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.10 |
| HSL | 0.64º | 0.79% | 0.53% | - |
| HSV(B) | 0.64º | 0.82% | 0.9% | - |
| XYZ | 33.95 | 18.79 | 4.03 | - |
| YUV | 99.39 | 95.62 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 42 | 0 | 0.81 | 0.82 | 0.10 | 0.64 | 0.79 | 0.53 |
| Hex | E6 | 2C | 2A | 0 | 51 | 52 | A | 1 | 4F | 35 |
| Octal | 346 | 54 | 52 | 0 | 121 | 122 | 12 | 1 | 117 | 65 |
| Binary | 11100110 | 101100 | 101010 | 0 | 1010001 | 1010010 | 1010 | 1 | 1001111 | 110101 |
Color Harmonies of #E62C2A
Complementary color
Monochromatic Colors of #E62C2A
Black with #E62C2A
Text Example
Text Example
White with #E62C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62C2A; }
p { color: rgb(230,44,42); }
H1.HeaderClassName
{
color: #E62C2A;
}
.AnyTagClassName
{
color: #E62C2A;
}
</style>
background-color css
<style>
a { background-color: #E62C2A; }
a { background-color: rgb(230,44,42); }
div.DivClassName
{
background-color: #E62C2A;
}
.BgClassName
{
background-color: #E62C2A;
}
</style>
border-color css
<style>
span { border-color: #E62C2A; }
span { border-color: rgb(230,44,42); }
td.TdClassName
{
border-color: #E62C2A;
}
.TagClassName
{
border-color: #E62C2A;
}
</style>