Shades of Cinnabar #E63C1C
Tints of Cinnabar #E63C1C
RGB
CMYK
RGB Variations
Color information
#E63C1C (or 0xE63C1C) is known color: Cinnabar. HEX triplet: E6, 3C and 1C. RGB value is (230,60,28). Sum of RGB (Red+Green+Blue) = 230+60+28=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63C1C is #19C3E3. Grayscale: #6B6B6B. Windows color (decimal): -1688548 or 1850598. OLE color: 1850598.
HSL color Cylindrical-coordinate representation of color #E63C1C: hue angle of 9.5º 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 #E63C1C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 28 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.10 |
| HSL | 9.5º | 0.8% | 0.51% | - |
| HSV(B) | 9.5º | 0.88% | 0.9% | - |
| XYZ | 34.46 | 20.14 | 3.17 | - |
| YUV | 107.18 | 83.32 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 28 | 0 | 0.74 | 0.88 | 0.10 | 9.5 | 0.8 | 0.51 |
| Hex | E6 | 3C | 1C | 0 | 4A | 58 | A | A | 50 | 33 |
| Octal | 346 | 74 | 34 | 0 | 112 | 130 | 12 | 12 | 120 | 63 |
| Binary | 11100110 | 111100 | 11100 | 0 | 1001010 | 1011000 | 1010 | 1010 | 1010000 | 110011 |
Color Harmonies of #E63C1C
Complementary color
Monochromatic Colors of #E63C1C
Black with #E63C1C
Text Example
Text Example
White with #E63C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C1C; }
p { color: rgb(230,60,28); }
H1.HeaderClassName
{
color: #E63C1C;
}
.AnyTagClassName
{
color: #E63C1C;
}
</style>
background-color css
<style>
a { background-color: #E63C1C; }
a { background-color: rgb(230,60,28); }
div.DivClassName
{
background-color: #E63C1C;
}
.BgClassName
{
background-color: #E63C1C;
}
</style>
border-color css
<style>
span { border-color: #E63C1C; }
span { border-color: rgb(230,60,28); }
td.TdClassName
{
border-color: #E63C1C;
}
.TagClassName
{
border-color: #E63C1C;
}
</style>