Shades of Cinnabar #E63231
Tints of Cinnabar #E63231
RGB
CMYK
RGB Variations
Color information
#E63231 (or 0xE63231) is known color: Cinnabar. HEX triplet: E6, 32 and 31. RGB value is (230,50,49). Sum of RGB (Red+Green+Blue) = 230+50+49=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E63231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63231 is #19CDCE. Grayscale: #676767. Windows color (decimal): -1691087 or 3224294. OLE color: 3224294.
HSL color Cylindrical-coordinate representation of color #E63231: 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.79%. Process color model (Four color, CMYK) of #E63231 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 49 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.10 |
| HSL | 0.33º | 0.78% | 0.55% | - |
| HSV(B) | 0.33º | 0.79% | 0.9% | - |
| XYZ | 34.33 | 19.33 | 4.83 | - |
| YUV | 103.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 49 | 0 | 0.78 | 0.79 | 0.10 | 0.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | 31 | 0 | 4E | 4F | A | 0 | 4E | 37 |
| Octal | 346 | 62 | 61 | 0 | 116 | 117 | 12 | 0 | 116 | 67 |
| Binary | 11100110 | 110010 | 110001 | 0 | 1001110 | 1001111 | 1010 | 0 | 1001110 | 110111 |
Color Harmonies of #E63231
Complementary color
Monochromatic Colors of #E63231
Black with #E63231
Text Example
Text Example
White with #E63231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63231; }
p { color: rgb(230,50,49); }
H1.HeaderClassName
{
color: #E63231;
}
.AnyTagClassName
{
color: #E63231;
}
</style>
background-color css
<style>
a { background-color: #E63231; }
a { background-color: rgb(230,50,49); }
div.DivClassName
{
background-color: #E63231;
}
.BgClassName
{
background-color: #E63231;
}
</style>
border-color css
<style>
span { border-color: #E63231; }
span { border-color: rgb(230,50,49); }
td.TdClassName
{
border-color: #E63231;
}
.TagClassName
{
border-color: #E63231;
}
</style>