Shades of Cinnabar #E4302A
Tints of Cinnabar #E4302A
RGB
CMYK
RGB Variations
Color information
#E4302A (or 0xE4302A) is known color: Cinnabar. HEX triplet: E4, 30 and 2A. RGB value is (228,48,42). Sum of RGB (Red+Green+Blue) = 228+48+42=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E4302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4302A is #1BCFD5. Grayscale: #656565. Windows color (decimal): -1822678 or 2765028. OLE color: 2765028.
HSL color Cylindrical-coordinate representation of color #E4302A: hue angle of 1.94º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4302A is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 48 | 42 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.11 |
| HSL | 1.94º | 0.78% | 0.53% | - |
| HSV(B) | 1.94º | 0.82% | 0.89% | - |
| XYZ | 33.47 | 18.78 | 4.05 | - |
| YUV | 101.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 42 | 0 | 0.79 | 0.82 | 0.11 | 1.94 | 0.78 | 0.53 |
| Hex | E4 | 30 | 2A | 0 | 4F | 52 | B | 2 | 4E | 35 |
| Octal | 344 | 60 | 52 | 0 | 117 | 122 | 13 | 2 | 116 | 65 |
| Binary | 11100100 | 110000 | 101010 | 0 | 1001111 | 1010010 | 1011 | 10 | 1001110 | 110101 |
Color Harmonies of #E4302A
Complementary color
Monochromatic Colors of #E4302A
Black with #E4302A
Text Example
Text Example
White with #E4302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4302A; }
p { color: rgb(228,48,42); }
H1.HeaderClassName
{
color: #E4302A;
}
.AnyTagClassName
{
color: #E4302A;
}
</style>
background-color css
<style>
a { background-color: #E4302A; }
a { background-color: rgb(228,48,42); }
div.DivClassName
{
background-color: #E4302A;
}
.BgClassName
{
background-color: #E4302A;
}
</style>
border-color css
<style>
span { border-color: #E4302A; }
span { border-color: rgb(228,48,42); }
td.TdClassName
{
border-color: #E4302A;
}
.TagClassName
{
border-color: #E4302A;
}
</style>