Shades of Cinnabar #E74B2C
Tints of Cinnabar #E74B2C
RGB
CMYK
RGB Variations
Color information
#E74B2C (or 0xE74B2C) is known color: Cinnabar. HEX triplet: E7, 4B and 2C. RGB value is (231,75,44). Sum of RGB (Red+Green+Blue) = 231+75+44=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74B2C is #18B4D3. Grayscale: #767676. Windows color (decimal): -1619156 or 2903015. OLE color: 2903015.
HSL color Cylindrical-coordinate representation of color #E74B2C: hue angle of 9.95º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E74B2C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 44 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.09 |
| HSL | 9.95º | 0.8% | 0.54% | - |
| HSV(B) | 9.95º | 0.81% | 0.91% | - |
| XYZ | 35.93 | 22.2 | 4.77 | - |
| YUV | 118.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 44 | 0 | 0.68 | 0.81 | 0.09 | 9.95 | 0.8 | 0.54 |
| Hex | E7 | 4B | 2C | 0 | 44 | 51 | 9 | A | 50 | 36 |
| Octal | 347 | 113 | 54 | 0 | 104 | 121 | 11 | 12 | 120 | 66 |
| Binary | 11100111 | 1001011 | 101100 | 0 | 1000100 | 1010001 | 1001 | 1010 | 1010000 | 110110 |
Color Harmonies of #E74B2C
Complementary color
Monochromatic Colors of #E74B2C
Black with #E74B2C
Text Example
Text Example
White with #E74B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B2C; }
p { color: rgb(231,75,44); }
H1.HeaderClassName
{
color: #E74B2C;
}
.AnyTagClassName
{
color: #E74B2C;
}
</style>
background-color css
<style>
a { background-color: #E74B2C; }
a { background-color: rgb(231,75,44); }
div.DivClassName
{
background-color: #E74B2C;
}
.BgClassName
{
background-color: #E74B2C;
}
</style>
border-color css
<style>
span { border-color: #E74B2C; }
span { border-color: rgb(231,75,44); }
td.TdClassName
{
border-color: #E74B2C;
}
.TagClassName
{
border-color: #E74B2C;
}
</style>