Shades of Alizarin #F13440
Tints of Alizarin #F13440
RGB
CMYK
RGB Variations
Color information
#F13440 (or 0xF13440) is known color: Alizarin. HEX triplet: F1, 34 and 40. RGB value is (241,52,64). Sum of RGB (Red+Green+Blue) = 241+52+64=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F13440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13440 is #0ECBBF. Grayscale: #6E6E6E. Windows color (decimal): -969664 or 4207857. OLE color: 4207857.
HSL color Cylindrical-coordinate representation of color #F13440: hue angle of 356.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F13440 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 64 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.05 |
| HSL | 356.19º | 0.87% | 0.57% | - |
| HSV(B) | 356.19º | 0.78% | 0.95% | - |
| XYZ | 38.43 | 21.53 | 6.98 | - |
| YUV | 109.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 64 | 0 | 0.78 | 0.73 | 0.05 | 356.19 | 0.87 | 0.57 |
| Hex | F1 | 34 | 40 | 0 | 4E | 49 | 5 | 164 | 57 | 39 |
| Octal | 361 | 64 | 100 | 0 | 116 | 111 | 5 | 544 | 127 | 71 |
| Binary | 11110001 | 110100 | 1000000 | 0 | 1001110 | 1001001 | 101 | 101100100 | 1010111 | 111001 |
Color Harmonies of #F13440
Complementary color
Monochromatic Colors of #F13440
Black with #F13440
Text Example
Text Example
White with #F13440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13440; }
p { color: rgb(241,52,64); }
H1.HeaderClassName
{
color: #F13440;
}
.AnyTagClassName
{
color: #F13440;
}
</style>
background-color css
<style>
a { background-color: #F13440; }
a { background-color: rgb(241,52,64); }
div.DivClassName
{
background-color: #F13440;
}
.BgClassName
{
background-color: #F13440;
}
</style>
border-color css
<style>
span { border-color: #F13440; }
span { border-color: rgb(241,52,64); }
td.TdClassName
{
border-color: #F13440;
}
.TagClassName
{
border-color: #F13440;
}
</style>