Shades of Cinnabar #E74334
Tints of Cinnabar #E74334
RGB
CMYK
RGB Variations
Color information
#E74334 (or 0xE74334) is known color: Cinnabar. HEX triplet: E7, 43 and 34. RGB value is (231,67,52). Sum of RGB (Red+Green+Blue) = 231+67+52=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E74334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74334 is #18BCCB. Grayscale: #727272. Windows color (decimal): -1621196 or 3425255. OLE color: 3425255.
HSL color Cylindrical-coordinate representation of color #E74334: hue angle of 5.03º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E74334 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 52 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.09 |
| HSL | 5.03º | 0.79% | 0.55% | - |
| HSV(B) | 5.03º | 0.77% | 0.91% | - |
| XYZ | 35.58 | 21.25 | 5.48 | - |
| YUV | 114.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 52 | 0 | 0.71 | 0.77 | 0.09 | 5.03 | 0.79 | 0.55 |
| Hex | E7 | 43 | 34 | 0 | 47 | 4D | 9 | 5 | 4F | 37 |
| Octal | 347 | 103 | 64 | 0 | 107 | 115 | 11 | 5 | 117 | 67 |
| Binary | 11100111 | 1000011 | 110100 | 0 | 1000111 | 1001101 | 1001 | 101 | 1001111 | 110111 |
Color Harmonies of #E74334
Complementary color
Monochromatic Colors of #E74334
Black with #E74334
Text Example
Text Example
White with #E74334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74334; }
p { color: rgb(231,67,52); }
H1.HeaderClassName
{
color: #E74334;
}
.AnyTagClassName
{
color: #E74334;
}
</style>
background-color css
<style>
a { background-color: #E74334; }
a { background-color: rgb(231,67,52); }
div.DivClassName
{
background-color: #E74334;
}
.BgClassName
{
background-color: #E74334;
}
</style>
border-color css
<style>
span { border-color: #E74334; }
span { border-color: rgb(231,67,52); }
td.TdClassName
{
border-color: #E74334;
}
.TagClassName
{
border-color: #E74334;
}
</style>