Shades of Cinnabar #E32F25
Tints of Cinnabar #E32F25
RGB
CMYK
RGB Variations
Color information
#E32F25 (or 0xE32F25) is known color: Cinnabar. HEX triplet: E3, 2F and 25. RGB value is (227,47,37). Sum of RGB (Red+Green+Blue) = 227+47+37=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F25 is #1CD0DA. Grayscale: #636363. Windows color (decimal): -1888475 or 2437091. OLE color: 2437091.
HSL color Cylindrical-coordinate representation of color #E32F25: hue angle of 3.16º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32F25 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 37 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.11 |
| HSL | 3.16º | 0.77% | 0.52% | - |
| HSV(B) | 3.16º | 0.84% | 0.89% | - |
| XYZ | 33.03 | 18.5 | 3.58 | - |
| YUV | 99.68 | 92.63 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 37 | 0 | 0.79 | 0.84 | 0.11 | 3.16 | 0.77 | 0.52 |
| Hex | E3 | 2F | 25 | 0 | 4F | 54 | B | 3 | 4D | 34 |
| Octal | 343 | 57 | 45 | 0 | 117 | 124 | 13 | 3 | 115 | 64 |
| Binary | 11100011 | 101111 | 100101 | 0 | 1001111 | 1010100 | 1011 | 11 | 1001101 | 110100 |
Color Harmonies of #E32F25
Complementary color
Monochromatic Colors of #E32F25
Black with #E32F25
Text Example
Text Example
White with #E32F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F25; }
p { color: rgb(227,47,37); }
H1.HeaderClassName
{
color: #E32F25;
}
.AnyTagClassName
{
color: #E32F25;
}
</style>
background-color css
<style>
a { background-color: #E32F25; }
a { background-color: rgb(227,47,37); }
div.DivClassName
{
background-color: #E32F25;
}
.BgClassName
{
background-color: #E32F25;
}
</style>
border-color css
<style>
span { border-color: #E32F25; }
span { border-color: rgb(227,47,37); }
td.TdClassName
{
border-color: #E32F25;
}
.TagClassName
{
border-color: #E32F25;
}
</style>