Shades of Cinnabar #E63E2A
Tints of Cinnabar #E63E2A
RGB
CMYK
RGB Variations
Color information
#E63E2A (or 0xE63E2A) is known color: Cinnabar. HEX triplet: E6, 3E and 2A. RGB value is (230,62,42). Sum of RGB (Red+Green+Blue) = 230+62+42=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E63E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63E2A is #19C1D5. Grayscale: #6E6E6E. Windows color (decimal): -1688022 or 2768614. OLE color: 2768614.
HSL color Cylindrical-coordinate representation of color #E63E2A: hue angle of 6.38º 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 #E63E2A is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 62 | 42 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.10 |
| HSL | 6.38º | 0.79% | 0.53% | - |
| HSV(B) | 6.38º | 0.82% | 0.9% | - |
| XYZ | 34.77 | 20.44 | 4.3 | - |
| YUV | 109.95 | 89.66 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 62 | 42 | 0 | 0.73 | 0.82 | 0.10 | 6.38 | 0.79 | 0.53 |
| Hex | E6 | 3E | 2A | 0 | 49 | 52 | A | 6 | 4F | 35 |
| Octal | 346 | 76 | 52 | 0 | 111 | 122 | 12 | 6 | 117 | 65 |
| Binary | 11100110 | 111110 | 101010 | 0 | 1001001 | 1010010 | 1010 | 110 | 1001111 | 110101 |
Color Harmonies of #E63E2A
Complementary color
Monochromatic Colors of #E63E2A
Black with #E63E2A
Text Example
Text Example
White with #E63E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63E2A; }
p { color: rgb(230,62,42); }
H1.HeaderClassName
{
color: #E63E2A;
}
.AnyTagClassName
{
color: #E63E2A;
}
</style>
background-color css
<style>
a { background-color: #E63E2A; }
a { background-color: rgb(230,62,42); }
div.DivClassName
{
background-color: #E63E2A;
}
.BgClassName
{
background-color: #E63E2A;
}
</style>
border-color css
<style>
span { border-color: #E63E2A; }
span { border-color: rgb(230,62,42); }
td.TdClassName
{
border-color: #E63E2A;
}
.TagClassName
{
border-color: #E63E2A;
}
</style>