Shades of Cinnabar #E0432F
Tints of Cinnabar #E0432F
RGB
CMYK
RGB Variations
Color information
#E0432F (or 0xE0432F) is known color: Cinnabar. HEX triplet: E0, 43 and 2F. RGB value is (224,67,47). Sum of RGB (Red+Green+Blue) = 224+67+47=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0432F is #1FBCD0. Grayscale: #6F6F6F. Windows color (decimal): -2079953 or 3097568. OLE color: 3097568.
HSL color Cylindrical-coordinate representation of color #E0432F: hue angle of 6.78º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0432F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.12 |
| HSL | 6.78º | 0.74% | 0.53% | - |
| HSV(B) | 6.78º | 0.79% | 0.88% | - |
| XYZ | 33.26 | 20.07 | 4.81 | - |
| YUV | 111.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 47 | 0 | 0.70 | 0.79 | 0.12 | 6.78 | 0.74 | 0.53 |
| Hex | E0 | 43 | 2F | 0 | 46 | 4F | C | 7 | 4A | 35 |
| Octal | 340 | 103 | 57 | 0 | 106 | 117 | 14 | 7 | 112 | 65 |
| Binary | 11100000 | 1000011 | 101111 | 0 | 1000110 | 1001111 | 1100 | 111 | 1001010 | 110101 |
Color Harmonies of #E0432F
Complementary color
Monochromatic Colors of #E0432F
Black with #E0432F
Text Example
Text Example
White with #E0432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0432F; }
p { color: rgb(224,67,47); }
H1.HeaderClassName
{
color: #E0432F;
}
.AnyTagClassName
{
color: #E0432F;
}
</style>
background-color css
<style>
a { background-color: #E0432F; }
a { background-color: rgb(224,67,47); }
div.DivClassName
{
background-color: #E0432F;
}
.BgClassName
{
background-color: #E0432F;
}
</style>
border-color css
<style>
span { border-color: #E0432F; }
span { border-color: rgb(224,67,47); }
td.TdClassName
{
border-color: #E0432F;
}
.TagClassName
{
border-color: #E0432F;
}
</style>