Shades of Alizarin #F5292F
Tints of Alizarin #F5292F
RGB
CMYK
RGB Variations
Color information
#F5292F (or 0xF5292F) is known color: Alizarin. HEX triplet: F5, 29 and 2F. RGB value is (245,41,47). Sum of RGB (Red+Green+Blue) = 245+41+47=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F5292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5292F is #0AD6D0. Grayscale: #666666. Windows color (decimal): -710353 or 3090933. OLE color: 3090933.
HSL color Cylindrical-coordinate representation of color #F5292F: hue angle of 358.24º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5292F is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 47 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.04 |
| HSL | 358.24º | 0.91% | 0.56% | - |
| HSV(B) | 358.24º | 0.83% | 0.96% | - |
| XYZ | 38.96 | 21.2 | 4.73 | - |
| YUV | 102.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 47 | 0 | 0.83 | 0.81 | 0.04 | 358.24 | 0.91 | 0.56 |
| Hex | F5 | 29 | 2F | 0 | 53 | 51 | 4 | 166 | 5B | 38 |
| Octal | 365 | 51 | 57 | 0 | 123 | 121 | 4 | 546 | 133 | 70 |
| Binary | 11110101 | 101001 | 101111 | 0 | 1010011 | 1010001 | 100 | 101100110 | 1011011 | 111000 |
Color Harmonies of #F5292F
Complementary color
Monochromatic Colors of #F5292F
Black with #F5292F
Text Example
Text Example
White with #F5292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5292F; }
p { color: rgb(245,41,47); }
H1.HeaderClassName
{
color: #F5292F;
}
.AnyTagClassName
{
color: #F5292F;
}
</style>
background-color css
<style>
a { background-color: #F5292F; }
a { background-color: rgb(245,41,47); }
div.DivClassName
{
background-color: #F5292F;
}
.BgClassName
{
background-color: #F5292F;
}
</style>
border-color css
<style>
span { border-color: #F5292F; }
span { border-color: rgb(245,41,47); }
td.TdClassName
{
border-color: #F5292F;
}
.TagClassName
{
border-color: #F5292F;
}
</style>