Shades of Alizarin #E7303D
Tints of Alizarin #E7303D
RGB
CMYK
RGB Variations
Color information
#E7303D (or 0xE7303D) is known color: Alizarin. HEX triplet: E7, 30 and 3D. RGB value is (231,48,61). Sum of RGB (Red+Green+Blue) = 231+48+61=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E7303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7303D is #18CFC2. Grayscale: #686868. Windows color (decimal): -1626051 or 4010215. OLE color: 4010215.
HSL color Cylindrical-coordinate representation of color #E7303D: hue angle of 355.74º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7303D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 61 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.09 |
| HSL | 355.74º | 0.79% | 0.55% | - |
| HSV(B) | 355.74º | 0.79% | 0.91% | - |
| XYZ | 34.85 | 19.44 | 6.33 | - |
| YUV | 104.2 | 103.63 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 61 | 0 | 0.79 | 0.74 | 0.09 | 355.74 | 0.79 | 0.55 |
| Hex | E7 | 30 | 3D | 0 | 4F | 4A | 9 | 164 | 4F | 37 |
| Octal | 347 | 60 | 75 | 0 | 117 | 112 | 11 | 544 | 117 | 67 |
| Binary | 11100111 | 110000 | 111101 | 0 | 1001111 | 1001010 | 1001 | 101100100 | 1001111 | 110111 |
Color Harmonies of #E7303D
Complementary color
Monochromatic Colors of #E7303D
Black with #E7303D
Text Example
Text Example
White with #E7303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7303D; }
p { color: rgb(231,48,61); }
H1.HeaderClassName
{
color: #E7303D;
}
.AnyTagClassName
{
color: #E7303D;
}
</style>
background-color css
<style>
a { background-color: #E7303D; }
a { background-color: rgb(231,48,61); }
div.DivClassName
{
background-color: #E7303D;
}
.BgClassName
{
background-color: #E7303D;
}
</style>
border-color css
<style>
span { border-color: #E7303D; }
span { border-color: rgb(231,48,61); }
td.TdClassName
{
border-color: #E7303D;
}
.TagClassName
{
border-color: #E7303D;
}
</style>