Shades of Cinnabar #E63530
Tints of Cinnabar #E63530
RGB
CMYK
RGB Variations
Color information
#E63530 (or 0xE63530) is known color: Cinnabar. HEX triplet: E6, 35 and 30. RGB value is (230,53,48). Sum of RGB (Red+Green+Blue) = 230+53+48=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E63530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63530 is #19CACF. Grayscale: #696969. Windows color (decimal): -1690320 or 3159526. OLE color: 3159526.
HSL color Cylindrical-coordinate representation of color #E63530: hue angle of 1.65º 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 #E63530 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 48 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.10 |
| HSL | 1.65º | 0.78% | 0.55% | - |
| HSV(B) | 1.65º | 0.79% | 0.9% | - |
| XYZ | 34.44 | 19.58 | 4.76 | - |
| YUV | 105.35 | 95.64 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 48 | 0 | 0.77 | 0.79 | 0.10 | 1.65 | 0.78 | 0.55 |
| Hex | E6 | 35 | 30 | 0 | 4D | 4F | A | 2 | 4E | 37 |
| Octal | 346 | 65 | 60 | 0 | 115 | 117 | 12 | 2 | 116 | 67 |
| Binary | 11100110 | 110101 | 110000 | 0 | 1001101 | 1001111 | 1010 | 10 | 1001110 | 110111 |
Color Harmonies of #E63530
Complementary color
Monochromatic Colors of #E63530
Black with #E63530
Text Example
Text Example
White with #E63530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63530; }
p { color: rgb(230,53,48); }
H1.HeaderClassName
{
color: #E63530;
}
.AnyTagClassName
{
color: #E63530;
}
</style>
background-color css
<style>
a { background-color: #E63530; }
a { background-color: rgb(230,53,48); }
div.DivClassName
{
background-color: #E63530;
}
.BgClassName
{
background-color: #E63530;
}
</style>
border-color css
<style>
span { border-color: #E63530; }
span { border-color: rgb(230,53,48); }
td.TdClassName
{
border-color: #E63530;
}
.TagClassName
{
border-color: #E63530;
}
</style>