Shades of Cinnabar #E82F29
Tints of Cinnabar #E82F29
RGB
CMYK
RGB Variations
Color information
#E82F29 (or 0xE82F29) is known color: Cinnabar. HEX triplet: E8, 2F and 29. RGB value is (232,47,41). Sum of RGB (Red+Green+Blue) = 232+47+41=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82F29 is #17D0D6. Grayscale: #656565. Windows color (decimal): -1560791 or 2699240. OLE color: 2699240.
HSL color Cylindrical-coordinate representation of color #E82F29: hue angle of 1.88º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82F29 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 41 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.09 |
| HSL | 1.88º | 0.81% | 0.54% | - |
| HSV(B) | 1.88º | 0.82% | 0.91% | - |
| XYZ | 34.7 | 19.35 | 4 | - |
| YUV | 101.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 41 | 0 | 0.80 | 0.82 | 0.09 | 1.88 | 0.81 | 0.54 |
| Hex | E8 | 2F | 29 | 0 | 50 | 52 | 9 | 2 | 51 | 36 |
| Octal | 350 | 57 | 51 | 0 | 120 | 122 | 11 | 2 | 121 | 66 |
| Binary | 11101000 | 101111 | 101001 | 0 | 1010000 | 1010010 | 1001 | 10 | 1010001 | 110110 |
Color Harmonies of #E82F29
Complementary color
Monochromatic Colors of #E82F29
Black with #E82F29
Text Example
Text Example
White with #E82F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F29; }
p { color: rgb(232,47,41); }
H1.HeaderClassName
{
color: #E82F29;
}
.AnyTagClassName
{
color: #E82F29;
}
</style>
background-color css
<style>
a { background-color: #E82F29; }
a { background-color: rgb(232,47,41); }
div.DivClassName
{
background-color: #E82F29;
}
.BgClassName
{
background-color: #E82F29;
}
</style>
border-color css
<style>
span { border-color: #E82F29; }
span { border-color: rgb(232,47,41); }
td.TdClassName
{
border-color: #E82F29;
}
.TagClassName
{
border-color: #E82F29;
}
</style>