Shades of Alizarin #F01D3E
Tints of Alizarin #F01D3E
RGB
CMYK
RGB Variations
Color information
#F01D3E (or 0xF01D3E) is known color: Alizarin. HEX triplet: F0, 1D and 3E. RGB value is (240,29,62). Sum of RGB (Red+Green+Blue) = 240+29+62=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D3E is #0FE2C1. Grayscale: #5F5F5F. Windows color (decimal): -1041090 or 4070896. OLE color: 4070896.
HSL color Cylindrical-coordinate representation of color #F01D3E: hue angle of 350.62º 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 #F01D3E is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 62 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.06 |
| HSL | 350.62º | 0.88% | 0.53% | - |
| HSV(B) | 350.62º | 0.88% | 0.94% | - |
| XYZ | 37.24 | 19.75 | 6.41 | - |
| YUV | 95.85 | 108.9 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 62 | 0 | 0.88 | 0.74 | 0.06 | 350.62 | 0.88 | 0.53 |
| Hex | F0 | 1D | 3E | 0 | 58 | 4A | 6 | 15F | 58 | 35 |
| Octal | 360 | 35 | 76 | 0 | 130 | 112 | 6 | 537 | 130 | 65 |
| Binary | 11110000 | 11101 | 111110 | 0 | 1011000 | 1001010 | 110 | 101011111 | 1011000 | 110101 |
Color Harmonies of #F01D3E
Complementary color
Monochromatic Colors of #F01D3E
Black with #F01D3E
Text Example
Text Example
White with #F01D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D3E; }
p { color: rgb(240,29,62); }
H1.HeaderClassName
{
color: #F01D3E;
}
.AnyTagClassName
{
color: #F01D3E;
}
</style>
background-color css
<style>
a { background-color: #F01D3E; }
a { background-color: rgb(240,29,62); }
div.DivClassName
{
background-color: #F01D3E;
}
.BgClassName
{
background-color: #F01D3E;
}
</style>
border-color css
<style>
span { border-color: #F01D3E; }
span { border-color: rgb(240,29,62); }
td.TdClassName
{
border-color: #F01D3E;
}
.TagClassName
{
border-color: #F01D3E;
}
</style>