Shades of Cinnabar #E73C29
Tints of Cinnabar #E73C29
RGB
CMYK
RGB Variations
Color information
#E73C29 (or 0xE73C29) is known color: Cinnabar. HEX triplet: E7, 3C and 29. RGB value is (231,60,41). Sum of RGB (Red+Green+Blue) = 231+60+41=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73C29 is #18C3D6. Grayscale: #6D6D6D. Windows color (decimal): -1622999 or 2702567. OLE color: 2702567.
HSL color Cylindrical-coordinate representation of color #E73C29: hue angle of 6º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E73C29 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 41 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.09 |
| HSL | 6º | 0.8% | 0.53% | - |
| HSV(B) | 6º | 0.82% | 0.91% | - |
| XYZ | 34.97 | 20.38 | 4.19 | - |
| YUV | 108.96 | 89.65 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 41 | 0 | 0.74 | 0.82 | 0.09 | 6 | 0.8 | 0.53 |
| Hex | E7 | 3C | 29 | 0 | 4A | 52 | 9 | 6 | 50 | 35 |
| Octal | 347 | 74 | 51 | 0 | 112 | 122 | 11 | 6 | 120 | 65 |
| Binary | 11100111 | 111100 | 101001 | 0 | 1001010 | 1010010 | 1001 | 110 | 1010000 | 110101 |
Color Harmonies of #E73C29
Complementary color
Monochromatic Colors of #E73C29
Black with #E73C29
Text Example
Text Example
White with #E73C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C29; }
p { color: rgb(231,60,41); }
H1.HeaderClassName
{
color: #E73C29;
}
.AnyTagClassName
{
color: #E73C29;
}
</style>
background-color css
<style>
a { background-color: #E73C29; }
a { background-color: rgb(231,60,41); }
div.DivClassName
{
background-color: #E73C29;
}
.BgClassName
{
background-color: #E73C29;
}
</style>
border-color css
<style>
span { border-color: #E73C29; }
span { border-color: rgb(231,60,41); }
td.TdClassName
{
border-color: #E73C29;
}
.TagClassName
{
border-color: #E73C29;
}
</style>