Shades of Cinnabar #E74B2A
Tints of Cinnabar #E74B2A
RGB
CMYK
RGB Variations
Color information
#E74B2A (or 0xE74B2A) is known color: Cinnabar. HEX triplet: E7, 4B and 2A. RGB value is (231,75,42). Sum of RGB (Red+Green+Blue) = 231+75+42=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74B2A is #18B4D5. Grayscale: #767676. Windows color (decimal): -1619158 or 2771943. OLE color: 2771943.
HSL color Cylindrical-coordinate representation of color #E74B2A: hue angle of 10.48º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E74B2A is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 42 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.09 |
| HSL | 10.48º | 0.8% | 0.54% | - |
| HSV(B) | 10.48º | 0.82% | 0.91% | - |
| XYZ | 35.89 | 22.19 | 4.58 | - |
| YUV | 117.88 | 85.18 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 42 | 0 | 0.68 | 0.82 | 0.09 | 10.48 | 0.8 | 0.54 |
| Hex | E7 | 4B | 2A | 0 | 44 | 52 | 9 | A | 50 | 36 |
| Octal | 347 | 113 | 52 | 0 | 104 | 122 | 11 | 12 | 120 | 66 |
| Binary | 11100111 | 1001011 | 101010 | 0 | 1000100 | 1010010 | 1001 | 1010 | 1010000 | 110110 |
Color Harmonies of #E74B2A
Complementary color
Monochromatic Colors of #E74B2A
Black with #E74B2A
Text Example
Text Example
White with #E74B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B2A; }
p { color: rgb(231,75,42); }
H1.HeaderClassName
{
color: #E74B2A;
}
.AnyTagClassName
{
color: #E74B2A;
}
</style>
background-color css
<style>
a { background-color: #E74B2A; }
a { background-color: rgb(231,75,42); }
div.DivClassName
{
background-color: #E74B2A;
}
.BgClassName
{
background-color: #E74B2A;
}
</style>
border-color css
<style>
span { border-color: #E74B2A; }
span { border-color: rgb(231,75,42); }
td.TdClassName
{
border-color: #E74B2A;
}
.TagClassName
{
border-color: #E74B2A;
}
</style>