Shades of Alizarin #E6333C
Tints of Alizarin #E6333C
RGB
CMYK
RGB Variations
Color information
#E6333C (or 0xE6333C) is known color: Alizarin. HEX triplet: E6, 33 and 3C. RGB value is (230,51,60). Sum of RGB (Red+Green+Blue) = 230+51+60=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6333C is #19CCC3. Grayscale: #696969. Windows color (decimal): -1690820 or 3945446. OLE color: 3945446.
HSL color Cylindrical-coordinate representation of color #E6333C: hue angle of 356.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6333C is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 60 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.10 |
| HSL | 356.98º | 0.78% | 0.55% | - |
| HSV(B) | 356.98º | 0.78% | 0.9% | - |
| XYZ | 34.63 | 19.52 | 6.22 | - |
| YUV | 105.55 | 102.3 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 60 | 0 | 0.78 | 0.74 | 0.10 | 356.98 | 0.78 | 0.55 |
| Hex | E6 | 33 | 3C | 0 | 4E | 4A | A | 165 | 4E | 37 |
| Octal | 346 | 63 | 74 | 0 | 116 | 112 | 12 | 545 | 116 | 67 |
| Binary | 11100110 | 110011 | 111100 | 0 | 1001110 | 1001010 | 1010 | 101100101 | 1001110 | 110111 |
Color Harmonies of #E6333C
Complementary color
Monochromatic Colors of #E6333C
Black with #E6333C
Text Example
Text Example
White with #E6333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6333C; }
p { color: rgb(230,51,60); }
H1.HeaderClassName
{
color: #E6333C;
}
.AnyTagClassName
{
color: #E6333C;
}
</style>
background-color css
<style>
a { background-color: #E6333C; }
a { background-color: rgb(230,51,60); }
div.DivClassName
{
background-color: #E6333C;
}
.BgClassName
{
background-color: #E6333C;
}
</style>
border-color css
<style>
span { border-color: #E6333C; }
span { border-color: rgb(230,51,60); }
td.TdClassName
{
border-color: #E6333C;
}
.TagClassName
{
border-color: #E6333C;
}
</style>