Shades of Alizarin #E6363C
Tints of Alizarin #E6363C
RGB
CMYK
RGB Variations
Color information
#E6363C (or 0xE6363C) is known color: Alizarin. HEX triplet: E6, 36 and 3C. RGB value is (230,54,60). Sum of RGB (Red+Green+Blue) = 230+54+60=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6363C is #19C9C3. Grayscale: #6B6B6B. Windows color (decimal): -1690052 or 3946214. OLE color: 3946214.
HSL color Cylindrical-coordinate representation of color #E6363C: hue angle of 357.95º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6363C is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 60 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.10 |
| HSL | 357.95º | 0.78% | 0.56% | - |
| HSV(B) | 357.95º | 0.77% | 0.9% | - |
| XYZ | 34.77 | 19.79 | 6.26 | - |
| YUV | 107.31 | 101.31 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 60 | 0 | 0.77 | 0.74 | 0.10 | 357.95 | 0.78 | 0.56 |
| Hex | E6 | 36 | 3C | 0 | 4D | 4A | A | 166 | 4E | 38 |
| Octal | 346 | 66 | 74 | 0 | 115 | 112 | 12 | 546 | 116 | 70 |
| Binary | 11100110 | 110110 | 111100 | 0 | 1001101 | 1001010 | 1010 | 101100110 | 1001110 | 111000 |
Color Harmonies of #E6363C
Complementary color
Monochromatic Colors of #E6363C
Black with #E6363C
Text Example
Text Example
White with #E6363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6363C; }
p { color: rgb(230,54,60); }
H1.HeaderClassName
{
color: #E6363C;
}
.AnyTagClassName
{
color: #E6363C;
}
</style>
background-color css
<style>
a { background-color: #E6363C; }
a { background-color: rgb(230,54,60); }
div.DivClassName
{
background-color: #E6363C;
}
.BgClassName
{
background-color: #E6363C;
}
</style>
border-color css
<style>
span { border-color: #E6363C; }
span { border-color: rgb(230,54,60); }
td.TdClassName
{
border-color: #E6363C;
}
.TagClassName
{
border-color: #E6363C;
}
</style>