Shades of Cinnabar #E63432
Tints of Cinnabar #E63432
RGB
CMYK
RGB Variations
Color information
#E63432 (or 0xE63432) is known color: Cinnabar. HEX triplet: E6, 34 and 32. RGB value is (230,52,50). Sum of RGB (Red+Green+Blue) = 230+52+50=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E63432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63432 is #19CBCD. Grayscale: #696969. Windows color (decimal): -1690574 or 3290342. OLE color: 3290342.
HSL color Cylindrical-coordinate representation of color #E63432: 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.78%. Process color model (Four color, CMYK) of #E63432 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 50 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.10 |
| HSL | 0.67º | 0.78% | 0.55% | - |
| HSV(B) | 0.67º | 0.78% | 0.9% | - |
| XYZ | 34.44 | 19.51 | 4.97 | - |
| YUV | 104.99 | 96.97 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 50 | 0 | 0.77 | 0.78 | 0.10 | 0.67 | 0.78 | 0.55 |
| Hex | E6 | 34 | 32 | 0 | 4D | 4E | A | 1 | 4E | 37 |
| Octal | 346 | 64 | 62 | 0 | 115 | 116 | 12 | 1 | 116 | 67 |
| Binary | 11100110 | 110100 | 110010 | 0 | 1001101 | 1001110 | 1010 | 1 | 1001110 | 110111 |
Color Harmonies of #E63432
Complementary color
Monochromatic Colors of #E63432
Black with #E63432
Text Example
Text Example
White with #E63432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63432; }
p { color: rgb(230,52,50); }
H1.HeaderClassName
{
color: #E63432;
}
.AnyTagClassName
{
color: #E63432;
}
</style>
background-color css
<style>
a { background-color: #E63432; }
a { background-color: rgb(230,52,50); }
div.DivClassName
{
background-color: #E63432;
}
.BgClassName
{
background-color: #E63432;
}
</style>
border-color css
<style>
span { border-color: #E63432; }
span { border-color: rgb(230,52,50); }
td.TdClassName
{
border-color: #E63432;
}
.TagClassName
{
border-color: #E63432;
}
</style>