Shades of Cinnabar #E73D35
Tints of Cinnabar #E73D35
RGB
CMYK
RGB Variations
Color information
#E73D35 (or 0xE73D35) is known color: Cinnabar. HEX triplet: E7, 3D and 35. RGB value is (231,61,53). Sum of RGB (Red+Green+Blue) = 231+61+53=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73D35 is #18C2CA. Grayscale: #6F6F6F. Windows color (decimal): -1622731 or 3489255. OLE color: 3489255.
HSL color Cylindrical-coordinate representation of color #E73D35: hue angle of 2.7º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73D35 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 53 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.09 |
| HSL | 2.7º | 0.79% | 0.56% | - |
| HSV(B) | 2.7º | 0.77% | 0.91% | - |
| XYZ | 35.27 | 20.58 | 5.48 | - |
| YUV | 110.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 53 | 0 | 0.74 | 0.77 | 0.09 | 2.7 | 0.79 | 0.56 |
| Hex | E7 | 3D | 35 | 0 | 4A | 4D | 9 | 3 | 4F | 38 |
| Octal | 347 | 75 | 65 | 0 | 112 | 115 | 11 | 3 | 117 | 70 |
| Binary | 11100111 | 111101 | 110101 | 0 | 1001010 | 1001101 | 1001 | 11 | 1001111 | 111000 |
Color Harmonies of #E73D35
Complementary color
Monochromatic Colors of #E73D35
Black with #E73D35
Text Example
Text Example
White with #E73D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D35; }
p { color: rgb(231,61,53); }
H1.HeaderClassName
{
color: #E73D35;
}
.AnyTagClassName
{
color: #E73D35;
}
</style>
background-color css
<style>
a { background-color: #E73D35; }
a { background-color: rgb(231,61,53); }
div.DivClassName
{
background-color: #E73D35;
}
.BgClassName
{
background-color: #E73D35;
}
</style>
border-color css
<style>
span { border-color: #E73D35; }
span { border-color: rgb(231,61,53); }
td.TdClassName
{
border-color: #E73D35;
}
.TagClassName
{
border-color: #E73D35;
}
</style>