Shades of Cinnabar #E7302F
Tints of Cinnabar #E7302F
RGB
CMYK
RGB Variations
Color information
#E7302F (or 0xE7302F) is known color: Cinnabar. HEX triplet: E7, 30 and 2F. RGB value is (231,48,47). Sum of RGB (Red+Green+Blue) = 231+48+47=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E7302F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7302F is #18CFD0. Grayscale: #666666. Windows color (decimal): -1626065 or 3092711. OLE color: 3092711.
HSL color Cylindrical-coordinate representation of color #E7302F: hue angle of 0.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7302F is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 47 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.09 |
| HSL | 0.33º | 0.79% | 0.55% | - |
| HSV(B) | 0.33º | 0.8% | 0.91% | - |
| XYZ | 34.53 | 19.31 | 4.6 | - |
| YUV | 102.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 47 | 0 | 0.79 | 0.80 | 0.09 | 0.33 | 0.79 | 0.55 |
| Hex | E7 | 30 | 2F | 0 | 4F | 50 | 9 | 0 | 4F | 37 |
| Octal | 347 | 60 | 57 | 0 | 117 | 120 | 11 | 0 | 117 | 67 |
| Binary | 11100111 | 110000 | 101111 | 0 | 1001111 | 1010000 | 1001 | 0 | 1001111 | 110111 |
Color Harmonies of #E7302F
Complementary color
Monochromatic Colors of #E7302F
Black with #E7302F
Text Example
Text Example
White with #E7302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7302F; }
p { color: rgb(231,48,47); }
H1.HeaderClassName
{
color: #E7302F;
}
.AnyTagClassName
{
color: #E7302F;
}
</style>
background-color css
<style>
a { background-color: #E7302F; }
a { background-color: rgb(231,48,47); }
div.DivClassName
{
background-color: #E7302F;
}
.BgClassName
{
background-color: #E7302F;
}
</style>
border-color css
<style>
span { border-color: #E7302F; }
span { border-color: rgb(231,48,47); }
td.TdClassName
{
border-color: #E7302F;
}
.TagClassName
{
border-color: #E7302F;
}
</style>