Shades of Cinnabar #E7302C
Tints of Cinnabar #E7302C
RGB
CMYK
RGB Variations
Color information
#E7302C (or 0xE7302C) is known color: Cinnabar. HEX triplet: E7, 30 and 2C. RGB value is (231,48,44). Sum of RGB (Red+Green+Blue) = 231+48+44=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E7302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7302C is #18CFD3. Grayscale: #666666. Windows color (decimal): -1626068 or 2896103. OLE color: 2896103.
HSL color Cylindrical-coordinate representation of color #E7302C: hue angle of 1.28º 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 #E7302C is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 44 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.09 |
| HSL | 1.28º | 0.8% | 0.54% | - |
| HSV(B) | 1.28º | 0.81% | 0.91% | - |
| XYZ | 34.47 | 19.28 | 4.29 | - |
| YUV | 102.26 | 95.13 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 44 | 0 | 0.79 | 0.81 | 0.09 | 1.28 | 0.8 | 0.54 |
| Hex | E7 | 30 | 2C | 0 | 4F | 51 | 9 | 1 | 50 | 36 |
| Octal | 347 | 60 | 54 | 0 | 117 | 121 | 11 | 1 | 120 | 66 |
| Binary | 11100111 | 110000 | 101100 | 0 | 1001111 | 1010001 | 1001 | 1 | 1010000 | 110110 |
Color Harmonies of #E7302C
Complementary color
Monochromatic Colors of #E7302C
Black with #E7302C
Text Example
Text Example
White with #E7302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7302C; }
p { color: rgb(231,48,44); }
H1.HeaderClassName
{
color: #E7302C;
}
.AnyTagClassName
{
color: #E7302C;
}
</style>
background-color css
<style>
a { background-color: #E7302C; }
a { background-color: rgb(231,48,44); }
div.DivClassName
{
background-color: #E7302C;
}
.BgClassName
{
background-color: #E7302C;
}
</style>
border-color css
<style>
span { border-color: #E7302C; }
span { border-color: rgb(231,48,44); }
td.TdClassName
{
border-color: #E7302C;
}
.TagClassName
{
border-color: #E7302C;
}
</style>