Shades of Alizarin #F13C40
Tints of Alizarin #F13C40
RGB
CMYK
RGB Variations
Color information
#F13C40 (or 0xF13C40) is known color: Alizarin. HEX triplet: F1, 3C and 40. RGB value is (241,60,64). Sum of RGB (Red+Green+Blue) = 241+60+64=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C40 is #0EC3BF. Grayscale: #727272. Windows color (decimal): -967616 or 4209905. OLE color: 4209905.
HSL color Cylindrical-coordinate representation of color #F13C40: hue angle of 358.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13C40 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 64 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.05 |
| HSL | 358.67º | 0.87% | 0.59% | - |
| HSV(B) | 358.67º | 0.75% | 0.95% | - |
| XYZ | 38.82 | 22.3 | 7.11 | - |
| YUV | 114.58 | 99.47 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 64 | 0 | 0.75 | 0.73 | 0.05 | 358.67 | 0.87 | 0.59 |
| Hex | F1 | 3C | 40 | 0 | 4B | 49 | 5 | 167 | 57 | 3B |
| Octal | 361 | 74 | 100 | 0 | 113 | 111 | 5 | 547 | 127 | 73 |
| Binary | 11110001 | 111100 | 1000000 | 0 | 1001011 | 1001001 | 101 | 101100111 | 1010111 | 111011 |
Color Harmonies of #F13C40
Complementary color
Monochromatic Colors of #F13C40
Black with #F13C40
Text Example
Text Example
White with #F13C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C40; }
p { color: rgb(241,60,64); }
H1.HeaderClassName
{
color: #F13C40;
}
.AnyTagClassName
{
color: #F13C40;
}
</style>
background-color css
<style>
a { background-color: #F13C40; }
a { background-color: rgb(241,60,64); }
div.DivClassName
{
background-color: #F13C40;
}
.BgClassName
{
background-color: #F13C40;
}
</style>
border-color css
<style>
span { border-color: #F13C40; }
span { border-color: rgb(241,60,64); }
td.TdClassName
{
border-color: #F13C40;
}
.TagClassName
{
border-color: #F13C40;
}
</style>