Shades of Cinnabar #E73D29
Tints of Cinnabar #E73D29
RGB
CMYK
RGB Variations
Color information
#E73D29 (or 0xE73D29) is known color: Cinnabar. HEX triplet: E7, 3D and 29. RGB value is (231,61,41). Sum of RGB (Red+Green+Blue) = 231+61+41=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73D29 is #18C2D6. Grayscale: #6D6D6D. Windows color (decimal): -1622743 or 2702823. OLE color: 2702823.
HSL color Cylindrical-coordinate representation of color #E73D29: hue angle of 6.32º 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 #E73D29 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 41 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.09 |
| HSL | 6.32º | 0.8% | 0.53% | - |
| HSV(B) | 6.32º | 0.82% | 0.91% | - |
| XYZ | 35.02 | 20.49 | 4.21 | - |
| YUV | 109.55 | 89.32 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 41 | 0 | 0.74 | 0.82 | 0.09 | 6.32 | 0.8 | 0.53 |
| Hex | E7 | 3D | 29 | 0 | 4A | 52 | 9 | 6 | 50 | 35 |
| Octal | 347 | 75 | 51 | 0 | 112 | 122 | 11 | 6 | 120 | 65 |
| Binary | 11100111 | 111101 | 101001 | 0 | 1001010 | 1010010 | 1001 | 110 | 1010000 | 110101 |
Color Harmonies of #E73D29
Complementary color
Monochromatic Colors of #E73D29
Black with #E73D29
Text Example
Text Example
White with #E73D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D29; }
p { color: rgb(231,61,41); }
H1.HeaderClassName
{
color: #E73D29;
}
.AnyTagClassName
{
color: #E73D29;
}
</style>
background-color css
<style>
a { background-color: #E73D29; }
a { background-color: rgb(231,61,41); }
div.DivClassName
{
background-color: #E73D29;
}
.BgClassName
{
background-color: #E73D29;
}
</style>
border-color css
<style>
span { border-color: #E73D29; }
span { border-color: rgb(231,61,41); }
td.TdClassName
{
border-color: #E73D29;
}
.TagClassName
{
border-color: #E73D29;
}
</style>