Shades of Cinnabar #E5422B
Tints of Cinnabar #E5422B
RGB
CMYK
RGB Variations
Color information
#E5422B (or 0xE5422B) is known color: Cinnabar. HEX triplet: E5, 42 and 2B. RGB value is (229,66,43). Sum of RGB (Red+Green+Blue) = 229+66+43=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5422B is #1ABDD4. Grayscale: #707070. Windows color (decimal): -1752533 or 2835173. OLE color: 2835173.
HSL color Cylindrical-coordinate representation of color #E5422B: hue angle of 7.42º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5422B is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 43 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.10 |
| HSL | 7.42º | 0.78% | 0.53% | - |
| HSV(B) | 7.42º | 0.81% | 0.9% | - |
| XYZ | 34.7 | 20.73 | 4.46 | - |
| YUV | 112.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 43 | 0 | 0.71 | 0.81 | 0.10 | 7.42 | 0.78 | 0.53 |
| Hex | E5 | 42 | 2B | 0 | 47 | 51 | A | 7 | 4E | 35 |
| Octal | 345 | 102 | 53 | 0 | 107 | 121 | 12 | 7 | 116 | 65 |
| Binary | 11100101 | 1000010 | 101011 | 0 | 1000111 | 1010001 | 1010 | 111 | 1001110 | 110101 |
Color Harmonies of #E5422B
Complementary color
Monochromatic Colors of #E5422B
Black with #E5422B
Text Example
Text Example
White with #E5422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5422B; }
p { color: rgb(229,66,43); }
H1.HeaderClassName
{
color: #E5422B;
}
.AnyTagClassName
{
color: #E5422B;
}
</style>
background-color css
<style>
a { background-color: #E5422B; }
a { background-color: rgb(229,66,43); }
div.DivClassName
{
background-color: #E5422B;
}
.BgClassName
{
background-color: #E5422B;
}
</style>
border-color css
<style>
span { border-color: #E5422B; }
span { border-color: rgb(229,66,43); }
td.TdClassName
{
border-color: #E5422B;
}
.TagClassName
{
border-color: #E5422B;
}
</style>