Shades of Cinnabar #E74D35
Tints of Cinnabar #E74D35
RGB
CMYK
RGB Variations
Color information
#E74D35 (or 0xE74D35) is known color: Cinnabar. HEX triplet: E7, 4D and 35. RGB value is (231,77,53). Sum of RGB (Red+Green+Blue) = 231+77+53=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D35 is #18B2CA. Grayscale: #787878. Windows color (decimal): -1618635 or 3493351. OLE color: 3493351.
HSL color Cylindrical-coordinate representation of color #E74D35: hue angle of 8.09º 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 #E74D35 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 53 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.09 |
| HSL | 8.09º | 0.79% | 0.56% | - |
| HSV(B) | 8.09º | 0.77% | 0.91% | - |
| XYZ | 36.25 | 22.55 | 5.81 | - |
| YUV | 120.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 53 | 0 | 0.67 | 0.77 | 0.09 | 8.09 | 0.79 | 0.56 |
| Hex | E7 | 4D | 35 | 0 | 43 | 4D | 9 | 8 | 4F | 38 |
| Octal | 347 | 115 | 65 | 0 | 103 | 115 | 11 | 10 | 117 | 70 |
| Binary | 11100111 | 1001101 | 110101 | 0 | 1000011 | 1001101 | 1001 | 1000 | 1001111 | 111000 |
Color Harmonies of #E74D35
Complementary color
Monochromatic Colors of #E74D35
Black with #E74D35
Text Example
Text Example
White with #E74D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D35; }
p { color: rgb(231,77,53); }
H1.HeaderClassName
{
color: #E74D35;
}
.AnyTagClassName
{
color: #E74D35;
}
</style>
background-color css
<style>
a { background-color: #E74D35; }
a { background-color: rgb(231,77,53); }
div.DivClassName
{
background-color: #E74D35;
}
.BgClassName
{
background-color: #E74D35;
}
</style>
border-color css
<style>
span { border-color: #E74D35; }
span { border-color: rgb(231,77,53); }
td.TdClassName
{
border-color: #E74D35;
}
.TagClassName
{
border-color: #E74D35;
}
</style>