Shades of Alizarin #F01C2F
Tints of Alizarin #F01C2F
RGB
CMYK
RGB Variations
Color information
#F01C2F (or 0xF01C2F) is known color: Alizarin. HEX triplet: F0, 1C and 2F. RGB value is (240,28,47). Sum of RGB (Red+Green+Blue) = 240+28+47=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01C2F is #0FE3D0. Grayscale: #5D5D5D. Windows color (decimal): -1041361 or 3087600. OLE color: 3087600.
HSL color Cylindrical-coordinate representation of color #F01C2F: hue angle of 354.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 #F01C2F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 47 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.06 |
| HSL | 354.62º | 0.88% | 0.53% | - |
| HSV(B) | 354.62º | 0.88% | 0.94% | - |
| XYZ | 36.86 | 19.56 | 4.52 | - |
| YUV | 93.55 | 101.74 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 47 | 0 | 0.88 | 0.80 | 0.06 | 354.62 | 0.88 | 0.53 |
| Hex | F0 | 1C | 2F | 0 | 58 | 50 | 6 | 163 | 58 | 35 |
| Octal | 360 | 34 | 57 | 0 | 130 | 120 | 6 | 543 | 130 | 65 |
| Binary | 11110000 | 11100 | 101111 | 0 | 1011000 | 1010000 | 110 | 101100011 | 1011000 | 110101 |
Color Harmonies of #F01C2F
Complementary color
Monochromatic Colors of #F01C2F
Black with #F01C2F
Text Example
Text Example
White with #F01C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C2F; }
p { color: rgb(240,28,47); }
H1.HeaderClassName
{
color: #F01C2F;
}
.AnyTagClassName
{
color: #F01C2F;
}
</style>
background-color css
<style>
a { background-color: #F01C2F; }
a { background-color: rgb(240,28,47); }
div.DivClassName
{
background-color: #F01C2F;
}
.BgClassName
{
background-color: #F01C2F;
}
</style>
border-color css
<style>
span { border-color: #F01C2F; }
span { border-color: rgb(240,28,47); }
td.TdClassName
{
border-color: #F01C2F;
}
.TagClassName
{
border-color: #F01C2F;
}
</style>