Shades of Cinnabar #E63A30
Tints of Cinnabar #E63A30
RGB
CMYK
RGB Variations
Color information
#E63A30 (or 0xE63A30) is known color: Cinnabar. HEX triplet: E6, 3A and 30. RGB value is (230,58,48). Sum of RGB (Red+Green+Blue) = 230+58+48=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A30 is #19C5CF. Grayscale: #6C6C6C. Windows color (decimal): -1689040 or 3160806. OLE color: 3160806.
HSL color Cylindrical-coordinate representation of color #E63A30: hue angle of 3.3º 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 #E63A30 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 48 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.10 |
| HSL | 3.3º | 0.78% | 0.55% | - |
| HSV(B) | 3.3º | 0.79% | 0.9% | - |
| XYZ | 34.68 | 20.06 | 4.84 | - |
| YUV | 108.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 48 | 0 | 0.75 | 0.79 | 0.10 | 3.3 | 0.78 | 0.55 |
| Hex | E6 | 3A | 30 | 0 | 4B | 4F | A | 3 | 4E | 37 |
| Octal | 346 | 72 | 60 | 0 | 113 | 117 | 12 | 3 | 116 | 67 |
| Binary | 11100110 | 111010 | 110000 | 0 | 1001011 | 1001111 | 1010 | 11 | 1001110 | 110111 |
Color Harmonies of #E63A30
Complementary color
Monochromatic Colors of #E63A30
Black with #E63A30
Text Example
Text Example
White with #E63A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A30; }
p { color: rgb(230,58,48); }
H1.HeaderClassName
{
color: #E63A30;
}
.AnyTagClassName
{
color: #E63A30;
}
</style>
background-color css
<style>
a { background-color: #E63A30; }
a { background-color: rgb(230,58,48); }
div.DivClassName
{
background-color: #E63A30;
}
.BgClassName
{
background-color: #E63A30;
}
</style>
border-color css
<style>
span { border-color: #E63A30; }
span { border-color: rgb(230,58,48); }
td.TdClassName
{
border-color: #E63A30;
}
.TagClassName
{
border-color: #E63A30;
}
</style>