Shades of Cinnabar #E1432B
Tints of Cinnabar #E1432B
RGB
CMYK
RGB Variations
Color information
#E1432B (or 0xE1432B) is known color: Cinnabar. HEX triplet: E1, 43 and 2B. RGB value is (225,67,43). Sum of RGB (Red+Green+Blue) = 225+67+43=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1432B is #1EBCD4. Grayscale: #6F6F6F. Windows color (decimal): -2014421 or 2835425. OLE color: 2835425.
HSL color Cylindrical-coordinate representation of color #E1432B: hue angle of 7.91º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1432B is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 43 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.12 |
| HSL | 7.91º | 0.75% | 0.53% | - |
| HSV(B) | 7.91º | 0.81% | 0.88% | - |
| XYZ | 33.49 | 20.2 | 4.42 | - |
| YUV | 111.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 43 | 0 | 0.70 | 0.81 | 0.12 | 7.91 | 0.75 | 0.53 |
| Hex | E1 | 43 | 2B | 0 | 46 | 51 | C | 8 | 4B | 35 |
| Octal | 341 | 103 | 53 | 0 | 106 | 121 | 14 | 10 | 113 | 65 |
| Binary | 11100001 | 1000011 | 101011 | 0 | 1000110 | 1010001 | 1100 | 1000 | 1001011 | 110101 |
Color Harmonies of #E1432B
Complementary color
Monochromatic Colors of #E1432B
Black with #E1432B
Text Example
Text Example
White with #E1432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1432B; }
p { color: rgb(225,67,43); }
H1.HeaderClassName
{
color: #E1432B;
}
.AnyTagClassName
{
color: #E1432B;
}
</style>
background-color css
<style>
a { background-color: #E1432B; }
a { background-color: rgb(225,67,43); }
div.DivClassName
{
background-color: #E1432B;
}
.BgClassName
{
background-color: #E1432B;
}
</style>
border-color css
<style>
span { border-color: #E1432B; }
span { border-color: rgb(225,67,43); }
td.TdClassName
{
border-color: #E1432B;
}
.TagClassName
{
border-color: #E1432B;
}
</style>