Shades of Cinnabar #E74D36
Tints of Cinnabar #E74D36
RGB
CMYK
RGB Variations
Color information
#E74D36 (or 0xE74D36) is known color: Cinnabar. HEX triplet: E7, 4D and 36. RGB value is (231,77,54). Sum of RGB (Red+Green+Blue) = 231+77+54=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D36 is #18B2C9. Grayscale: #787878. Windows color (decimal): -1618634 or 3558887. OLE color: 3558887.
HSL color Cylindrical-coordinate representation of color #E74D36: hue angle of 7.8º 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 #E74D36 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 54 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.09 |
| HSL | 7.8º | 0.79% | 0.56% | - |
| HSV(B) | 7.8º | 0.77% | 0.91% | - |
| XYZ | 36.27 | 22.56 | 5.93 | - |
| YUV | 120.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 54 | 0 | 0.67 | 0.77 | 0.09 | 7.8 | 0.79 | 0.56 |
| Hex | E7 | 4D | 36 | 0 | 43 | 4D | 9 | 8 | 4F | 38 |
| Octal | 347 | 115 | 66 | 0 | 103 | 115 | 11 | 10 | 117 | 70 |
| Binary | 11100111 | 1001101 | 110110 | 0 | 1000011 | 1001101 | 1001 | 1000 | 1001111 | 111000 |
Color Harmonies of #E74D36
Complementary color
Monochromatic Colors of #E74D36
Black with #E74D36
Text Example
Text Example
White with #E74D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D36; }
p { color: rgb(231,77,54); }
H1.HeaderClassName
{
color: #E74D36;
}
.AnyTagClassName
{
color: #E74D36;
}
</style>
background-color css
<style>
a { background-color: #E74D36; }
a { background-color: rgb(231,77,54); }
div.DivClassName
{
background-color: #E74D36;
}
.BgClassName
{
background-color: #E74D36;
}
</style>
border-color css
<style>
span { border-color: #E74D36; }
span { border-color: rgb(231,77,54); }
td.TdClassName
{
border-color: #E74D36;
}
.TagClassName
{
border-color: #E74D36;
}
</style>