Shades of Cinnabar #E63332
Tints of Cinnabar #E63332
RGB
CMYK
RGB Variations
Color information
#E63332 (or 0xE63332) is known color: Cinnabar. HEX triplet: E6, 33 and 32. RGB value is (230,51,50). Sum of RGB (Red+Green+Blue) = 230+51+50=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E63332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63332 is #19CCCD. Grayscale: #686868. Windows color (decimal): -1690830 or 3290086. OLE color: 3290086.
HSL color Cylindrical-coordinate representation of color #E63332: hue angle of 0.33º 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 #E63332 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 50 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.10 |
| HSL | 0.33º | 0.78% | 0.55% | - |
| HSV(B) | 0.33º | 0.78% | 0.9% | - |
| XYZ | 34.39 | 19.42 | 4.95 | - |
| YUV | 104.41 | 97.3 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 50 | 0 | 0.78 | 0.78 | 0.10 | 0.33 | 0.78 | 0.55 |
| Hex | E6 | 33 | 32 | 0 | 4E | 4E | A | 0 | 4E | 37 |
| Octal | 346 | 63 | 62 | 0 | 116 | 116 | 12 | 0 | 116 | 67 |
| Binary | 11100110 | 110011 | 110010 | 0 | 1001110 | 1001110 | 1010 | 0 | 1001110 | 110111 |
Color Harmonies of #E63332
Complementary color
Monochromatic Colors of #E63332
Black with #E63332
Text Example
Text Example
White with #E63332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63332; }
p { color: rgb(230,51,50); }
H1.HeaderClassName
{
color: #E63332;
}
.AnyTagClassName
{
color: #E63332;
}
</style>
background-color css
<style>
a { background-color: #E63332; }
a { background-color: rgb(230,51,50); }
div.DivClassName
{
background-color: #E63332;
}
.BgClassName
{
background-color: #E63332;
}
</style>
border-color css
<style>
span { border-color: #E63332; }
span { border-color: rgb(230,51,50); }
td.TdClassName
{
border-color: #E63332;
}
.TagClassName
{
border-color: #E63332;
}
</style>