Shades of Cinnabar #E63E1C
Tints of Cinnabar #E63E1C
RGB
CMYK
RGB Variations
Color information
#E63E1C (or 0xE63E1C) is known color: Cinnabar. HEX triplet: E6, 3E and 1C. RGB value is (230,62,28). Sum of RGB (Red+Green+Blue) = 230+62+28=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E63E1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63E1C is #19C1E3. Grayscale: #6C6C6C. Windows color (decimal): -1688036 or 1851110. OLE color: 1851110.
HSL color Cylindrical-coordinate representation of color #E63E1C: hue angle of 10.1º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E63E1C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 62 | 28 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.10 |
| HSL | 10.1º | 0.8% | 0.51% | - |
| HSV(B) | 10.1º | 0.88% | 0.9% | - |
| XYZ | 34.57 | 20.35 | 3.21 | - |
| YUV | 108.36 | 82.66 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 62 | 28 | 0 | 0.73 | 0.88 | 0.10 | 10.1 | 0.8 | 0.51 |
| Hex | E6 | 3E | 1C | 0 | 49 | 58 | A | A | 50 | 33 |
| Octal | 346 | 76 | 34 | 0 | 111 | 130 | 12 | 12 | 120 | 63 |
| Binary | 11100110 | 111110 | 11100 | 0 | 1001001 | 1011000 | 1010 | 1010 | 1010000 | 110011 |
Color Harmonies of #E63E1C
Complementary color
Monochromatic Colors of #E63E1C
Black with #E63E1C
Text Example
Text Example
White with #E63E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63E1C; }
p { color: rgb(230,62,28); }
H1.HeaderClassName
{
color: #E63E1C;
}
.AnyTagClassName
{
color: #E63E1C;
}
</style>
background-color css
<style>
a { background-color: #E63E1C; }
a { background-color: rgb(230,62,28); }
div.DivClassName
{
background-color: #E63E1C;
}
.BgClassName
{
background-color: #E63E1C;
}
</style>
border-color css
<style>
span { border-color: #E63E1C; }
span { border-color: rgb(230,62,28); }
td.TdClassName
{
border-color: #E63E1C;
}
.TagClassName
{
border-color: #E63E1C;
}
</style>