Shades of Alizarin #E6303B
Tints of Alizarin #E6303B
RGB
CMYK
RGB Variations
Color information
#E6303B (or 0xE6303B) is known color: Alizarin. HEX triplet: E6, 30 and 3B. RGB value is (230,48,59). Sum of RGB (Red+Green+Blue) = 230+48+59=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E6303B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6303B is #19CFC4. Grayscale: #676767. Windows color (decimal): -1691589 or 3879142. OLE color: 3879142.
HSL color Cylindrical-coordinate representation of color #E6303B: hue angle of 356.37º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6303B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 59 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.10 |
| HSL | 356.37º | 0.78% | 0.55% | - |
| HSV(B) | 356.37º | 0.79% | 0.9% | - |
| XYZ | 34.48 | 19.25 | 6.04 | - |
| YUV | 103.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 59 | 0 | 0.79 | 0.74 | 0.10 | 356.37 | 0.78 | 0.55 |
| Hex | E6 | 30 | 3B | 0 | 4F | 4A | A | 164 | 4E | 37 |
| Octal | 346 | 60 | 73 | 0 | 117 | 112 | 12 | 544 | 116 | 67 |
| Binary | 11100110 | 110000 | 111011 | 0 | 1001111 | 1001010 | 1010 | 101100100 | 1001110 | 110111 |
Color Harmonies of #E6303B
Complementary color
Monochromatic Colors of #E6303B
Black with #E6303B
Text Example
Text Example
White with #E6303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6303B; }
p { color: rgb(230,48,59); }
H1.HeaderClassName
{
color: #E6303B;
}
.AnyTagClassName
{
color: #E6303B;
}
</style>
background-color css
<style>
a { background-color: #E6303B; }
a { background-color: rgb(230,48,59); }
div.DivClassName
{
background-color: #E6303B;
}
.BgClassName
{
background-color: #E6303B;
}
</style>
border-color css
<style>
span { border-color: #E6303B; }
span { border-color: rgb(230,48,59); }
td.TdClassName
{
border-color: #E6303B;
}
.TagClassName
{
border-color: #E6303B;
}
</style>