Shades of Cinnabar #E42C2A
Tints of Cinnabar #E42C2A
RGB
CMYK
RGB Variations
Color information
#E42C2A (or 0xE42C2A) is known color: Cinnabar. HEX triplet: E4, 2C and 2A. RGB value is (228,44,42). Sum of RGB (Red+Green+Blue) = 228+44+42=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42C2A is #1BD3D5. Grayscale: #626262. Windows color (decimal): -1823702 or 2764004. OLE color: 2764004.
HSL color Cylindrical-coordinate representation of color #E42C2A: hue angle of 0.65º 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 #E42C2A is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 42 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.11 |
| HSL | 0.65º | 0.78% | 0.53% | - |
| HSV(B) | 0.65º | 0.82% | 0.89% | - |
| XYZ | 33.31 | 18.46 | 4 | - |
| YUV | 98.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 42 | 0 | 0.81 | 0.82 | 0.11 | 0.65 | 0.78 | 0.53 |
| Hex | E4 | 2C | 2A | 0 | 51 | 52 | B | 1 | 4E | 35 |
| Octal | 344 | 54 | 52 | 0 | 121 | 122 | 13 | 1 | 116 | 65 |
| Binary | 11100100 | 101100 | 101010 | 0 | 1010001 | 1010010 | 1011 | 1 | 1001110 | 110101 |
Color Harmonies of #E42C2A
Complementary color
Monochromatic Colors of #E42C2A
Black with #E42C2A
Text Example
Text Example
White with #E42C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C2A; }
p { color: rgb(228,44,42); }
H1.HeaderClassName
{
color: #E42C2A;
}
.AnyTagClassName
{
color: #E42C2A;
}
</style>
background-color css
<style>
a { background-color: #E42C2A; }
a { background-color: rgb(228,44,42); }
div.DivClassName
{
background-color: #E42C2A;
}
.BgClassName
{
background-color: #E42C2A;
}
</style>
border-color css
<style>
span { border-color: #E42C2A; }
span { border-color: rgb(228,44,42); }
td.TdClassName
{
border-color: #E42C2A;
}
.TagClassName
{
border-color: #E42C2A;
}
</style>