Shades of Cinnabar #E0432A
Tints of Cinnabar #E0432A
RGB
CMYK
RGB Variations
Color information
#E0432A (or 0xE0432A) is known color: Cinnabar. HEX triplet: E0, 43 and 2A. RGB value is (224,67,42). Sum of RGB (Red+Green+Blue) = 224+67+42=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0432A is #1FBCD5. Grayscale: #6F6F6F. Windows color (decimal): -2079958 or 2769888. OLE color: 2769888.
HSL color Cylindrical-coordinate representation of color #E0432A: hue angle of 8.24º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0432A is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 42 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.12 |
| HSL | 8.24º | 0.75% | 0.52% | - |
| HSV(B) | 8.24º | 0.81% | 0.88% | - |
| XYZ | 33.17 | 20.03 | 4.31 | - |
| YUV | 111.09 | 89.01 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 42 | 0 | 0.70 | 0.81 | 0.12 | 8.24 | 0.75 | 0.52 |
| Hex | E0 | 43 | 2A | 0 | 46 | 51 | C | 8 | 4B | 34 |
| Octal | 340 | 103 | 52 | 0 | 106 | 121 | 14 | 10 | 113 | 64 |
| Binary | 11100000 | 1000011 | 101010 | 0 | 1000110 | 1010001 | 1100 | 1000 | 1001011 | 110100 |
Color Harmonies of #E0432A
Complementary color
Monochromatic Colors of #E0432A
Black with #E0432A
Text Example
Text Example
White with #E0432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0432A; }
p { color: rgb(224,67,42); }
H1.HeaderClassName
{
color: #E0432A;
}
.AnyTagClassName
{
color: #E0432A;
}
</style>
background-color css
<style>
a { background-color: #E0432A; }
a { background-color: rgb(224,67,42); }
div.DivClassName
{
background-color: #E0432A;
}
.BgClassName
{
background-color: #E0432A;
}
</style>
border-color css
<style>
span { border-color: #E0432A; }
span { border-color: rgb(224,67,42); }
td.TdClassName
{
border-color: #E0432A;
}
.TagClassName
{
border-color: #E0432A;
}
</style>