Shades of Cinnabar #E1433B
Tints of Cinnabar #E1433B
RGB
CMYK
RGB Variations
Color information
#E1433B (or 0xE1433B) is known color: Cinnabar. HEX triplet: E1, 43 and 3B. RGB value is (225,67,59). Sum of RGB (Red+Green+Blue) = 225+67+59=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1433B is #1EBCC4. Grayscale: #717171. Windows color (decimal): -2014405 or 3884001. OLE color: 3884001.
HSL color Cylindrical-coordinate representation of color #E1433B: hue angle of 2.89º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1433B is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 59 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.12 |
| HSL | 2.89º | 0.73% | 0.56% | - |
| HSV(B) | 2.89º | 0.74% | 0.88% | - |
| XYZ | 33.85 | 20.34 | 6.28 | - |
| YUV | 113.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 59 | 0 | 0.70 | 0.74 | 0.12 | 2.89 | 0.73 | 0.56 |
| Hex | E1 | 43 | 3B | 0 | 46 | 4A | C | 3 | 49 | 38 |
| Octal | 341 | 103 | 73 | 0 | 106 | 112 | 14 | 3 | 111 | 70 |
| Binary | 11100001 | 1000011 | 111011 | 0 | 1000110 | 1001010 | 1100 | 11 | 1001001 | 111000 |
Color Harmonies of #E1433B
Complementary color
Monochromatic Colors of #E1433B
Black with #E1433B
Text Example
Text Example
White with #E1433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1433B; }
p { color: rgb(225,67,59); }
H1.HeaderClassName
{
color: #E1433B;
}
.AnyTagClassName
{
color: #E1433B;
}
</style>
background-color css
<style>
a { background-color: #E1433B; }
a { background-color: rgb(225,67,59); }
div.DivClassName
{
background-color: #E1433B;
}
.BgClassName
{
background-color: #E1433B;
}
</style>
border-color css
<style>
span { border-color: #E1433B; }
span { border-color: rgb(225,67,59); }
td.TdClassName
{
border-color: #E1433B;
}
.TagClassName
{
border-color: #E1433B;
}
</style>