Shades of Cinnabar #E74D3F
Tints of Cinnabar #E74D3F
RGB
CMYK
RGB Variations
Color information
#E74D3F (or 0xE74D3F) is known color: Cinnabar. HEX triplet: E7, 4D and 3F. RGB value is (231,77,63). Sum of RGB (Red+Green+Blue) = 231+77+63=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D3F is #18B2C0. Grayscale: #797979. Windows color (decimal): -1618625 or 4148711. OLE color: 4148711.
HSL color Cylindrical-coordinate representation of color #E74D3F: hue angle of 5º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E74D3F is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 63 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.09 |
| HSL | 5º | 0.78% | 0.58% | - |
| HSV(B) | 5º | 0.73% | 0.91% | - |
| XYZ | 36.51 | 22.66 | 7.15 | - |
| YUV | 121.45 | 95.02 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 63 | 0 | 0.67 | 0.73 | 0.09 | 5 | 0.78 | 0.58 |
| Hex | E7 | 4D | 3F | 0 | 43 | 49 | 9 | 5 | 4E | 3A |
| Octal | 347 | 115 | 77 | 0 | 103 | 111 | 11 | 5 | 116 | 72 |
| Binary | 11100111 | 1001101 | 111111 | 0 | 1000011 | 1001001 | 1001 | 101 | 1001110 | 111010 |
Color Harmonies of #E74D3F
Complementary color
Monochromatic Colors of #E74D3F
Black with #E74D3F
Text Example
Text Example
White with #E74D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D3F; }
p { color: rgb(231,77,63); }
H1.HeaderClassName
{
color: #E74D3F;
}
.AnyTagClassName
{
color: #E74D3F;
}
</style>
background-color css
<style>
a { background-color: #E74D3F; }
a { background-color: rgb(231,77,63); }
div.DivClassName
{
background-color: #E74D3F;
}
.BgClassName
{
background-color: #E74D3F;
}
</style>
border-color css
<style>
span { border-color: #E74D3F; }
span { border-color: rgb(231,77,63); }
td.TdClassName
{
border-color: #E74D3F;
}
.TagClassName
{
border-color: #E74D3F;
}
</style>