Shades of Cinnabar #E74A2D
Tints of Cinnabar #E74A2D
RGB
CMYK
RGB Variations
Color information
#E74A2D (or 0xE74A2D) is known color: Cinnabar. HEX triplet: E7, 4A and 2D. RGB value is (231,74,45). Sum of RGB (Red+Green+Blue) = 231+74+45=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74A2D is #18B5D2. Grayscale: #757575. Windows color (decimal): -1619411 or 2968295. OLE color: 2968295.
HSL color Cylindrical-coordinate representation of color #E74A2D: hue angle of 9.35º degrees, saturation: 0.79, 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 #E74A2D is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 45 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.09 |
| HSL | 9.35º | 0.79% | 0.54% | - |
| HSV(B) | 9.35º | 0.81% | 0.91% | - |
| XYZ | 35.88 | 22.08 | 4.85 | - |
| YUV | 117.64 | 87.01 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 45 | 0 | 0.68 | 0.81 | 0.09 | 9.35 | 0.79 | 0.54 |
| Hex | E7 | 4A | 2D | 0 | 44 | 51 | 9 | 9 | 4F | 36 |
| Octal | 347 | 112 | 55 | 0 | 104 | 121 | 11 | 11 | 117 | 66 |
| Binary | 11100111 | 1001010 | 101101 | 0 | 1000100 | 1010001 | 1001 | 1001 | 1001111 | 110110 |
Color Harmonies of #E74A2D
Complementary color
Monochromatic Colors of #E74A2D
Black with #E74A2D
Text Example
Text Example
White with #E74A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74A2D; }
p { color: rgb(231,74,45); }
H1.HeaderClassName
{
color: #E74A2D;
}
.AnyTagClassName
{
color: #E74A2D;
}
</style>
background-color css
<style>
a { background-color: #E74A2D; }
a { background-color: rgb(231,74,45); }
div.DivClassName
{
background-color: #E74A2D;
}
.BgClassName
{
background-color: #E74A2D;
}
</style>
border-color css
<style>
span { border-color: #E74A2D; }
span { border-color: rgb(231,74,45); }
td.TdClassName
{
border-color: #E74A2D;
}
.TagClassName
{
border-color: #E74A2D;
}
</style>