Shades of Alizarin #E6303C
Tints of Alizarin #E6303C
RGB
CMYK
RGB Variations
Color information
#E6303C (or 0xE6303C) is known color: Alizarin. HEX triplet: E6, 30 and 3C. RGB value is (230,48,60). Sum of RGB (Red+Green+Blue) = 230+48+60=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E6303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6303C is #19CFC3. Grayscale: #676767. Windows color (decimal): -1691588 or 3944678. OLE color: 3944678.
HSL color Cylindrical-coordinate representation of color #E6303C: hue angle of 356.04º 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 #E6303C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 60 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.10 |
| HSL | 356.04º | 0.78% | 0.55% | - |
| HSV(B) | 356.04º | 0.79% | 0.9% | - |
| XYZ | 34.51 | 19.26 | 6.17 | - |
| YUV | 103.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 60 | 0 | 0.79 | 0.74 | 0.10 | 356.04 | 0.78 | 0.55 |
| Hex | E6 | 30 | 3C | 0 | 4F | 4A | A | 164 | 4E | 37 |
| Octal | 346 | 60 | 74 | 0 | 117 | 112 | 12 | 544 | 116 | 67 |
| Binary | 11100110 | 110000 | 111100 | 0 | 1001111 | 1001010 | 1010 | 101100100 | 1001110 | 110111 |
Color Harmonies of #E6303C
Complementary color
Monochromatic Colors of #E6303C
Black with #E6303C
Text Example
Text Example
White with #E6303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6303C; }
p { color: rgb(230,48,60); }
H1.HeaderClassName
{
color: #E6303C;
}
.AnyTagClassName
{
color: #E6303C;
}
</style>
background-color css
<style>
a { background-color: #E6303C; }
a { background-color: rgb(230,48,60); }
div.DivClassName
{
background-color: #E6303C;
}
.BgClassName
{
background-color: #E6303C;
}
</style>
border-color css
<style>
span { border-color: #E6303C; }
span { border-color: rgb(230,48,60); }
td.TdClassName
{
border-color: #E6303C;
}
.TagClassName
{
border-color: #E6303C;
}
</style>