Shades of Cinnabar #E42B29
Tints of Cinnabar #E42B29
RGB
CMYK
RGB Variations
Color information
#E42B29 (or 0xE42B29) is known color: Cinnabar. HEX triplet: E4, 2B and 29. RGB value is (228,43,41). Sum of RGB (Red+Green+Blue) = 228+43+41=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42B29 is #1BD4D6. Grayscale: #626262. Windows color (decimal): -1823959 or 2698212. OLE color: 2698212.
HSL color Cylindrical-coordinate representation of color #E42B29: hue angle of 0.64º degrees, saturation: 0.78, 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 #E42B29 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 41 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.11 |
| HSL | 0.64º | 0.78% | 0.53% | - |
| HSV(B) | 0.64º | 0.82% | 0.89% | - |
| XYZ | 33.26 | 18.38 | 3.89 | - |
| YUV | 98.09 | 95.79 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 41 | 0 | 0.81 | 0.82 | 0.11 | 0.64 | 0.78 | 0.53 |
| Hex | E4 | 2B | 29 | 0 | 51 | 52 | B | 1 | 4E | 35 |
| Octal | 344 | 53 | 51 | 0 | 121 | 122 | 13 | 1 | 116 | 65 |
| Binary | 11100100 | 101011 | 101001 | 0 | 1010001 | 1010010 | 1011 | 1 | 1001110 | 110101 |
Color Harmonies of #E42B29
Complementary color
Monochromatic Colors of #E42B29
Black with #E42B29
Text Example
Text Example
White with #E42B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B29; }
p { color: rgb(228,43,41); }
H1.HeaderClassName
{
color: #E42B29;
}
.AnyTagClassName
{
color: #E42B29;
}
</style>
background-color css
<style>
a { background-color: #E42B29; }
a { background-color: rgb(228,43,41); }
div.DivClassName
{
background-color: #E42B29;
}
.BgClassName
{
background-color: #E42B29;
}
</style>
border-color css
<style>
span { border-color: #E42B29; }
span { border-color: rgb(228,43,41); }
td.TdClassName
{
border-color: #E42B29;
}
.TagClassName
{
border-color: #E42B29;
}
</style>