Shades of Alizarin #E6283B
Tints of Alizarin #E6283B
RGB
CMYK
RGB Variations
Color information
#E6283B (or 0xE6283B) is known color: Alizarin. HEX triplet: E6, 28 and 3B. RGB value is (230,40,59). Sum of RGB (Red+Green+Blue) = 230+40+59=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6283B is #19D7C4. Grayscale: #636363. Windows color (decimal): -1693637 or 3877094. OLE color: 3877094.
HSL color Cylindrical-coordinate representation of color #E6283B: hue angle of 354º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6283B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 59 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.10 |
| HSL | 354º | 0.79% | 0.53% | - |
| HSV(B) | 354º | 0.83% | 0.9% | - |
| XYZ | 34.18 | 18.66 | 5.94 | - |
| YUV | 98.98 | 105.45 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 59 | 0 | 0.83 | 0.74 | 0.10 | 354 | 0.79 | 0.53 |
| Hex | E6 | 28 | 3B | 0 | 53 | 4A | A | 162 | 4F | 35 |
| Octal | 346 | 50 | 73 | 0 | 123 | 112 | 12 | 542 | 117 | 65 |
| Binary | 11100110 | 101000 | 111011 | 0 | 1010011 | 1001010 | 1010 | 101100010 | 1001111 | 110101 |
Color Harmonies of #E6283B
Complementary color
Monochromatic Colors of #E6283B
Black with #E6283B
Text Example
Text Example
White with #E6283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6283B; }
p { color: rgb(230,40,59); }
H1.HeaderClassName
{
color: #E6283B;
}
.AnyTagClassName
{
color: #E6283B;
}
</style>
background-color css
<style>
a { background-color: #E6283B; }
a { background-color: rgb(230,40,59); }
div.DivClassName
{
background-color: #E6283B;
}
.BgClassName
{
background-color: #E6283B;
}
</style>
border-color css
<style>
span { border-color: #E6283B; }
span { border-color: rgb(230,40,59); }
td.TdClassName
{
border-color: #E6283B;
}
.TagClassName
{
border-color: #E6283B;
}
</style>