Shades of Cinnabar #E74342
Tints of Cinnabar #E74342
RGB
CMYK
RGB Variations
Color information
#E74342 (or 0xE74342) is known color: Cinnabar. HEX triplet: E7, 43 and 42. RGB value is (231,67,66). Sum of RGB (Red+Green+Blue) = 231+67+66=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E74342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74342 is #18BCBD. Grayscale: #747474. Windows color (decimal): -1621182 or 4342759. OLE color: 4342759.
HSL color Cylindrical-coordinate representation of color #E74342: hue angle of 0.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74342 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 67 | 66 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.09 |
| HSL | 0.36º | 0.77% | 0.58% | - |
| HSV(B) | 0.36º | 0.71% | 0.91% | - |
| XYZ | 35.95 | 21.4 | 7.39 | - |
| YUV | 115.92 | 99.83 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 67 | 66 | 0 | 0.71 | 0.71 | 0.09 | 0.36 | 0.77 | 0.58 |
| Hex | E7 | 43 | 42 | 0 | 47 | 47 | 9 | 0 | 4D | 3A |
| Octal | 347 | 103 | 102 | 0 | 107 | 107 | 11 | 0 | 115 | 72 |
| Binary | 11100111 | 1000011 | 1000010 | 0 | 1000111 | 1000111 | 1001 | 0 | 1001101 | 111010 |
Color Harmonies of #E74342
Complementary color
Monochromatic Colors of #E74342
Black with #E74342
Text Example
Text Example
White with #E74342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74342; }
p { color: rgb(231,67,66); }
H1.HeaderClassName
{
color: #E74342;
}
.AnyTagClassName
{
color: #E74342;
}
</style>
background-color css
<style>
a { background-color: #E74342; }
a { background-color: rgb(231,67,66); }
div.DivClassName
{
background-color: #E74342;
}
.BgClassName
{
background-color: #E74342;
}
</style>
border-color css
<style>
span { border-color: #E74342; }
span { border-color: rgb(231,67,66); }
td.TdClassName
{
border-color: #E74342;
}
.TagClassName
{
border-color: #E74342;
}
</style>