Shades of Cinnabar #E2432A
Tints of Cinnabar #E2432A
RGB
CMYK
RGB Variations
Color information
#E2432A (or 0xE2432A) is known color: Cinnabar. HEX triplet: E2, 43 and 2A. RGB value is (226,67,42). Sum of RGB (Red+Green+Blue) = 226+67+42=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2432A is #1DBCD5. Grayscale: #6F6F6F. Windows color (decimal): -1948886 or 2769890. OLE color: 2769890.
HSL color Cylindrical-coordinate representation of color #E2432A: hue angle of 8.15º degrees, saturation: 0.76, 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 #E2432A is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 42 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.11 |
| HSL | 8.15º | 0.76% | 0.53% | - |
| HSV(B) | 8.15º | 0.81% | 0.89% | - |
| XYZ | 33.79 | 20.35 | 4.34 | - |
| YUV | 111.69 | 88.68 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 42 | 0 | 0.70 | 0.81 | 0.11 | 8.15 | 0.76 | 0.53 |
| Hex | E2 | 43 | 2A | 0 | 46 | 51 | B | 8 | 4C | 35 |
| Octal | 342 | 103 | 52 | 0 | 106 | 121 | 13 | 10 | 114 | 65 |
| Binary | 11100010 | 1000011 | 101010 | 0 | 1000110 | 1010001 | 1011 | 1000 | 1001100 | 110101 |
Color Harmonies of #E2432A
Complementary color
Monochromatic Colors of #E2432A
Black with #E2432A
Text Example
Text Example
White with #E2432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2432A; }
p { color: rgb(226,67,42); }
H1.HeaderClassName
{
color: #E2432A;
}
.AnyTagClassName
{
color: #E2432A;
}
</style>
background-color css
<style>
a { background-color: #E2432A; }
a { background-color: rgb(226,67,42); }
div.DivClassName
{
background-color: #E2432A;
}
.BgClassName
{
background-color: #E2432A;
}
</style>
border-color css
<style>
span { border-color: #E2432A; }
span { border-color: rgb(226,67,42); }
td.TdClassName
{
border-color: #E2432A;
}
.TagClassName
{
border-color: #E2432A;
}
</style>