Shades of Cinnabar #E42F2B
Tints of Cinnabar #E42F2B
RGB
CMYK
RGB Variations
Color information
#E42F2B (or 0xE42F2B) is known color: Cinnabar. HEX triplet: E4, 2F and 2B. RGB value is (228,47,43). Sum of RGB (Red+Green+Blue) = 228+47+43=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42F2B is #1BD0D4. Grayscale: #646464. Windows color (decimal): -1822933 or 2830308. OLE color: 2830308.
HSL color Cylindrical-coordinate representation of color #E42F2B: hue angle of 1.3º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42F2B is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 43 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.11 |
| HSL | 1.3º | 0.77% | 0.53% | - |
| HSV(B) | 1.3º | 0.81% | 0.89% | - |
| XYZ | 33.45 | 18.7 | 4.13 | - |
| YUV | 100.66 | 95.47 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 43 | 0 | 0.79 | 0.81 | 0.11 | 1.3 | 0.77 | 0.53 |
| Hex | E4 | 2F | 2B | 0 | 4F | 51 | B | 1 | 4D | 35 |
| Octal | 344 | 57 | 53 | 0 | 117 | 121 | 13 | 1 | 115 | 65 |
| Binary | 11100100 | 101111 | 101011 | 0 | 1001111 | 1010001 | 1011 | 1 | 1001101 | 110101 |
Color Harmonies of #E42F2B
Complementary color
Monochromatic Colors of #E42F2B
Black with #E42F2B
Text Example
Text Example
White with #E42F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42F2B; }
p { color: rgb(228,47,43); }
H1.HeaderClassName
{
color: #E42F2B;
}
.AnyTagClassName
{
color: #E42F2B;
}
</style>
background-color css
<style>
a { background-color: #E42F2B; }
a { background-color: rgb(228,47,43); }
div.DivClassName
{
background-color: #E42F2B;
}
.BgClassName
{
background-color: #E42F2B;
}
</style>
border-color css
<style>
span { border-color: #E42F2B; }
span { border-color: rgb(228,47,43); }
td.TdClassName
{
border-color: #E42F2B;
}
.TagClassName
{
border-color: #E42F2B;
}
</style>