Shades of Cinnabar #E2432F
Tints of Cinnabar #E2432F
RGB
CMYK
RGB Variations
Color information
#E2432F (or 0xE2432F) is known color: Cinnabar. HEX triplet: E2, 43 and 2F. RGB value is (226,67,47). Sum of RGB (Red+Green+Blue) = 226+67+47=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2432F is #1DBCD0. Grayscale: #707070. Windows color (decimal): -1948881 or 3097570. OLE color: 3097570.
HSL color Cylindrical-coordinate representation of color #E2432F: hue angle of 6.7º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2432F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.11 |
| HSL | 6.7º | 0.76% | 0.54% | - |
| HSV(B) | 6.7º | 0.79% | 0.89% | - |
| XYZ | 33.88 | 20.39 | 4.84 | - |
| YUV | 112.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 47 | 0 | 0.70 | 0.79 | 0.11 | 6.7 | 0.76 | 0.54 |
| Hex | E2 | 43 | 2F | 0 | 46 | 4F | B | 7 | 4C | 36 |
| Octal | 342 | 103 | 57 | 0 | 106 | 117 | 13 | 7 | 114 | 66 |
| Binary | 11100010 | 1000011 | 101111 | 0 | 1000110 | 1001111 | 1011 | 111 | 1001100 | 110110 |
Color Harmonies of #E2432F
Complementary color
Monochromatic Colors of #E2432F
Black with #E2432F
Text Example
Text Example
White with #E2432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2432F; }
p { color: rgb(226,67,47); }
H1.HeaderClassName
{
color: #E2432F;
}
.AnyTagClassName
{
color: #E2432F;
}
</style>
background-color css
<style>
a { background-color: #E2432F; }
a { background-color: rgb(226,67,47); }
div.DivClassName
{
background-color: #E2432F;
}
.BgClassName
{
background-color: #E2432F;
}
</style>
border-color css
<style>
span { border-color: #E2432F; }
span { border-color: rgb(226,67,47); }
td.TdClassName
{
border-color: #E2432F;
}
.TagClassName
{
border-color: #E2432F;
}
</style>