Shades of Alizarin #F51F2D
Tints of Alizarin #F51F2D
RGB
CMYK
RGB Variations
Color information
#F51F2D (or 0xF51F2D) is known color: Alizarin. HEX triplet: F5, 1F and 2D. RGB value is (245,31,45). Sum of RGB (Red+Green+Blue) = 245+31+45=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51F2D is #0AE0D2. Grayscale: #606060. Windows color (decimal): -712915 or 2957301. OLE color: 2957301.
HSL color Cylindrical-coordinate representation of color #F51F2D: hue angle of 356.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51F2D is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 45 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.04 |
| HSL | 356.07º | 0.91% | 0.54% | - |
| HSV(B) | 356.07º | 0.87% | 0.96% | - |
| XYZ | 38.62 | 20.58 | 4.42 | - |
| YUV | 96.58 | 98.9 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 45 | 0 | 0.87 | 0.82 | 0.04 | 356.07 | 0.91 | 0.54 |
| Hex | F5 | 1F | 2D | 0 | 57 | 52 | 4 | 164 | 5B | 36 |
| Octal | 365 | 37 | 55 | 0 | 127 | 122 | 4 | 544 | 133 | 66 |
| Binary | 11110101 | 11111 | 101101 | 0 | 1010111 | 1010010 | 100 | 101100100 | 1011011 | 110110 |
Color Harmonies of #F51F2D
Complementary color
Monochromatic Colors of #F51F2D
Black with #F51F2D
Text Example
Text Example
White with #F51F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51F2D; }
p { color: rgb(245,31,45); }
H1.HeaderClassName
{
color: #F51F2D;
}
.AnyTagClassName
{
color: #F51F2D;
}
</style>
background-color css
<style>
a { background-color: #F51F2D; }
a { background-color: rgb(245,31,45); }
div.DivClassName
{
background-color: #F51F2D;
}
.BgClassName
{
background-color: #F51F2D;
}
</style>
border-color css
<style>
span { border-color: #F51F2D; }
span { border-color: rgb(245,31,45); }
td.TdClassName
{
border-color: #F51F2D;
}
.TagClassName
{
border-color: #F51F2D;
}
</style>