Shades of Alizarin #F01D3F
Tints of Alizarin #F01D3F
RGB
CMYK
RGB Variations
Color information
#F01D3F (or 0xF01D3F) is known color: Alizarin. HEX triplet: F0, 1D and 3F. RGB value is (240,29,63). Sum of RGB (Red+Green+Blue) = 240+29+63=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D3F is #0FE2C0. Grayscale: #606060. Windows color (decimal): -1041089 or 4136432. OLE color: 4136432.
HSL color Cylindrical-coordinate representation of color #F01D3F: hue angle of 350.33º 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 #F01D3F is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 63 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.06 |
| HSL | 350.33º | 0.88% | 0.53% | - |
| HSV(B) | 350.33º | 0.88% | 0.94% | - |
| XYZ | 37.27 | 19.76 | 6.55 | - |
| YUV | 95.97 | 109.4 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 63 | 0 | 0.88 | 0.74 | 0.06 | 350.33 | 0.88 | 0.53 |
| Hex | F0 | 1D | 3F | 0 | 58 | 4A | 6 | 15E | 58 | 35 |
| Octal | 360 | 35 | 77 | 0 | 130 | 112 | 6 | 536 | 130 | 65 |
| Binary | 11110000 | 11101 | 111111 | 0 | 1011000 | 1001010 | 110 | 101011110 | 1011000 | 110101 |
Color Harmonies of #F01D3F
Complementary color
Monochromatic Colors of #F01D3F
Black with #F01D3F
Text Example
Text Example
White with #F01D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D3F; }
p { color: rgb(240,29,63); }
H1.HeaderClassName
{
color: #F01D3F;
}
.AnyTagClassName
{
color: #F01D3F;
}
</style>
background-color css
<style>
a { background-color: #F01D3F; }
a { background-color: rgb(240,29,63); }
div.DivClassName
{
background-color: #F01D3F;
}
.BgClassName
{
background-color: #F01D3F;
}
</style>
border-color css
<style>
span { border-color: #F01D3F; }
span { border-color: rgb(240,29,63); }
td.TdClassName
{
border-color: #F01D3F;
}
.TagClassName
{
border-color: #F01D3F;
}
</style>