Shades of Alizarin #E0262F
Tints of Alizarin #E0262F
RGB
CMYK
RGB Variations
Color information
#E0262F (or 0xE0262F) is known color: Alizarin. HEX triplet: E0, 26 and 2F. RGB value is (224,38,47). Sum of RGB (Red+Green+Blue) = 224+38+47=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0262F is #1FD9D0. Grayscale: #5E5E5E. Windows color (decimal): -2087377 or 3090144. OLE color: 3090144.
HSL color Cylindrical-coordinate representation of color #E0262F: hue angle of 357.1º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0262F is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 47 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.12 |
| HSL | 357.1º | 0.75% | 0.51% | - |
| HSV(B) | 357.1º | 0.83% | 0.88% | - |
| XYZ | 31.95 | 17.44 | 4.37 | - |
| YUV | 94.64 | 101.12 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 47 | 0 | 0.83 | 0.79 | 0.12 | 357.1 | 0.75 | 0.51 |
| Hex | E0 | 26 | 2F | 0 | 53 | 4F | C | 165 | 4B | 33 |
| Octal | 340 | 46 | 57 | 0 | 123 | 117 | 14 | 545 | 113 | 63 |
| Binary | 11100000 | 100110 | 101111 | 0 | 1010011 | 1001111 | 1100 | 101100101 | 1001011 | 110011 |
Color Harmonies of #E0262F
Complementary color
Monochromatic Colors of #E0262F
Black with #E0262F
Text Example
Text Example
White with #E0262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0262F; }
p { color: rgb(224,38,47); }
H1.HeaderClassName
{
color: #E0262F;
}
.AnyTagClassName
{
color: #E0262F;
}
</style>
background-color css
<style>
a { background-color: #E0262F; }
a { background-color: rgb(224,38,47); }
div.DivClassName
{
background-color: #E0262F;
}
.BgClassName
{
background-color: #E0262F;
}
</style>
border-color css
<style>
span { border-color: #E0262F; }
span { border-color: rgb(224,38,47); }
td.TdClassName
{
border-color: #E0262F;
}
.TagClassName
{
border-color: #E0262F;
}
</style>