Shades of Cinnabar #E63C1E
Tints of Cinnabar #E63C1E
RGB
CMYK
RGB Variations
Color information
#E63C1E (or 0xE63C1E) is known color: Cinnabar. HEX triplet: E6, 3C and 1E. RGB value is (230,60,30). Sum of RGB (Red+Green+Blue) = 230+60+30=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63C1E is #19C3E1. Grayscale: #6B6B6B. Windows color (decimal): -1688546 or 1981670. OLE color: 1981670.
HSL color Cylindrical-coordinate representation of color #E63C1E: hue angle of 9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E63C1E is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 30 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.10 |
| HSL | 9º | 0.8% | 0.51% | - |
| HSV(B) | 9º | 0.87% | 0.9% | - |
| XYZ | 34.48 | 20.15 | 3.3 | - |
| YUV | 107.41 | 84.32 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 30 | 0 | 0.74 | 0.87 | 0.10 | 9 | 0.8 | 0.51 |
| Hex | E6 | 3C | 1E | 0 | 4A | 57 | A | 9 | 50 | 33 |
| Octal | 346 | 74 | 36 | 0 | 112 | 127 | 12 | 11 | 120 | 63 |
| Binary | 11100110 | 111100 | 11110 | 0 | 1001010 | 1010111 | 1010 | 1001 | 1010000 | 110011 |
Color Harmonies of #E63C1E
Complementary color
Monochromatic Colors of #E63C1E
Black with #E63C1E
Text Example
Text Example
White with #E63C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C1E; }
p { color: rgb(230,60,30); }
H1.HeaderClassName
{
color: #E63C1E;
}
.AnyTagClassName
{
color: #E63C1E;
}
</style>
background-color css
<style>
a { background-color: #E63C1E; }
a { background-color: rgb(230,60,30); }
div.DivClassName
{
background-color: #E63C1E;
}
.BgClassName
{
background-color: #E63C1E;
}
</style>
border-color css
<style>
span { border-color: #E63C1E; }
span { border-color: rgb(230,60,30); }
td.TdClassName
{
border-color: #E63C1E;
}
.TagClassName
{
border-color: #E63C1E;
}
</style>