Shades of Alizarin #F01E3E
Tints of Alizarin #F01E3E
RGB
CMYK
RGB Variations
Color information
#F01E3E (or 0xF01E3E) is known color: Alizarin. HEX triplet: F0, 1E and 3E. RGB value is (240,30,62). Sum of RGB (Red+Green+Blue) = 240+30+62=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01E3E is #0FE1C1. Grayscale: #606060. Windows color (decimal): -1040834 or 4071152. OLE color: 4071152.
HSL color Cylindrical-coordinate representation of color #F01E3E: hue angle of 350.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01E3E is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 62 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.06 |
| HSL | 350.86º | 0.88% | 0.53% | - |
| HSV(B) | 350.86º | 0.88% | 0.94% | - |
| XYZ | 37.27 | 19.8 | 6.42 | - |
| YUV | 96.44 | 108.57 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 62 | 0 | 0.87 | 0.74 | 0.06 | 350.86 | 0.88 | 0.53 |
| Hex | F0 | 1E | 3E | 0 | 57 | 4A | 6 | 15F | 58 | 35 |
| Octal | 360 | 36 | 76 | 0 | 127 | 112 | 6 | 537 | 130 | 65 |
| Binary | 11110000 | 11110 | 111110 | 0 | 1010111 | 1001010 | 110 | 101011111 | 1011000 | 110101 |
Color Harmonies of #F01E3E
Complementary color
Monochromatic Colors of #F01E3E
Black with #F01E3E
Text Example
Text Example
White with #F01E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01E3E; }
p { color: rgb(240,30,62); }
H1.HeaderClassName
{
color: #F01E3E;
}
.AnyTagClassName
{
color: #F01E3E;
}
</style>
background-color css
<style>
a { background-color: #F01E3E; }
a { background-color: rgb(240,30,62); }
div.DivClassName
{
background-color: #F01E3E;
}
.BgClassName
{
background-color: #F01E3E;
}
</style>
border-color css
<style>
span { border-color: #F01E3E; }
span { border-color: rgb(240,30,62); }
td.TdClassName
{
border-color: #F01E3E;
}
.TagClassName
{
border-color: #F01E3E;
}
</style>