Shades of Cinnabar #E63634
Tints of Cinnabar #E63634
RGB
CMYK
RGB Variations
Color information
#E63634 (or 0xE63634) is known color: Cinnabar. HEX triplet: E6, 36 and 34. RGB value is (230,54,52). Sum of RGB (Red+Green+Blue) = 230+54+52=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E63634 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63634 is #19C9CB. Grayscale: #6A6A6A. Windows color (decimal): -1690060 or 3421926. OLE color: 3421926.
HSL color Cylindrical-coordinate representation of color #E63634: hue angle of 0.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63634 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 52 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.10 |
| HSL | 0.67º | 0.78% | 0.55% | - |
| HSV(B) | 0.67º | 0.77% | 0.9% | - |
| XYZ | 34.57 | 19.71 | 5.23 | - |
| YUV | 106.4 | 97.31 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 52 | 0 | 0.77 | 0.77 | 0.10 | 0.67 | 0.78 | 0.55 |
| Hex | E6 | 36 | 34 | 0 | 4D | 4D | A | 1 | 4E | 37 |
| Octal | 346 | 66 | 64 | 0 | 115 | 115 | 12 | 1 | 116 | 67 |
| Binary | 11100110 | 110110 | 110100 | 0 | 1001101 | 1001101 | 1010 | 1 | 1001110 | 110111 |
Color Harmonies of #E63634
Complementary color
Monochromatic Colors of #E63634
Black with #E63634
Text Example
Text Example
White with #E63634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63634; }
p { color: rgb(230,54,52); }
H1.HeaderClassName
{
color: #E63634;
}
.AnyTagClassName
{
color: #E63634;
}
</style>
background-color css
<style>
a { background-color: #E63634; }
a { background-color: rgb(230,54,52); }
div.DivClassName
{
background-color: #E63634;
}
.BgClassName
{
background-color: #E63634;
}
</style>
border-color css
<style>
span { border-color: #E63634; }
span { border-color: rgb(230,54,52); }
td.TdClassName
{
border-color: #E63634;
}
.TagClassName
{
border-color: #E63634;
}
</style>