Shades of Cinnabar #E63330
Tints of Cinnabar #E63330
RGB
CMYK
RGB Variations
Color information
#E63330 (or 0xE63330) is known color: Cinnabar. HEX triplet: E6, 33 and 30. RGB value is (230,51,48). Sum of RGB (Red+Green+Blue) = 230+51+48=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E63330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63330 is #19CCCF. Grayscale: #686868. Windows color (decimal): -1690832 or 3159014. OLE color: 3159014.
HSL color Cylindrical-coordinate representation of color #E63330: hue angle of 0.99º 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 #E63330 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 48 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.10 |
| HSL | 0.99º | 0.78% | 0.55% | - |
| HSV(B) | 0.99º | 0.79% | 0.9% | - |
| XYZ | 34.35 | 19.4 | 4.73 | - |
| YUV | 104.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 48 | 0 | 0.78 | 0.79 | 0.10 | 0.99 | 0.78 | 0.55 |
| Hex | E6 | 33 | 30 | 0 | 4E | 4F | A | 1 | 4E | 37 |
| Octal | 346 | 63 | 60 | 0 | 116 | 117 | 12 | 1 | 116 | 67 |
| Binary | 11100110 | 110011 | 110000 | 0 | 1001110 | 1001111 | 1010 | 1 | 1001110 | 110111 |
Color Harmonies of #E63330
Complementary color
Monochromatic Colors of #E63330
Black with #E63330
Text Example
Text Example
White with #E63330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63330; }
p { color: rgb(230,51,48); }
H1.HeaderClassName
{
color: #E63330;
}
.AnyTagClassName
{
color: #E63330;
}
</style>
background-color css
<style>
a { background-color: #E63330; }
a { background-color: rgb(230,51,48); }
div.DivClassName
{
background-color: #E63330;
}
.BgClassName
{
background-color: #E63330;
}
</style>
border-color css
<style>
span { border-color: #E63330; }
span { border-color: rgb(230,51,48); }
td.TdClassName
{
border-color: #E63330;
}
.TagClassName
{
border-color: #E63330;
}
</style>