Shades of Alizarin #F5232E
Tints of Alizarin #F5232E
RGB
CMYK
RGB Variations
Color information
#F5232E (or 0xF5232E) is known color: Alizarin. HEX triplet: F5, 23 and 2E. RGB value is (245,35,46). Sum of RGB (Red+Green+Blue) = 245+35+46=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F5232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5232E is #0ADCD1. Grayscale: #636363. Windows color (decimal): -711890 or 3023861. OLE color: 3023861.
HSL color Cylindrical-coordinate representation of color #F5232E: hue angle of 356.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5232E is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 46 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.04 |
| HSL | 356.86º | 0.91% | 0.55% | - |
| HSV(B) | 356.86º | 0.86% | 0.96% | - |
| XYZ | 38.75 | 20.81 | 4.56 | - |
| YUV | 99.04 | 98.07 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 46 | 0 | 0.86 | 0.81 | 0.04 | 356.86 | 0.91 | 0.55 |
| Hex | F5 | 23 | 2E | 0 | 56 | 51 | 4 | 165 | 5B | 37 |
| Octal | 365 | 43 | 56 | 0 | 126 | 121 | 4 | 545 | 133 | 67 |
| Binary | 11110101 | 100011 | 101110 | 0 | 1010110 | 1010001 | 100 | 101100101 | 1011011 | 110111 |
Color Harmonies of #F5232E
Complementary color
Monochromatic Colors of #F5232E
Black with #F5232E
Text Example
Text Example
White with #F5232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5232E; }
p { color: rgb(245,35,46); }
H1.HeaderClassName
{
color: #F5232E;
}
.AnyTagClassName
{
color: #F5232E;
}
</style>
background-color css
<style>
a { background-color: #F5232E; }
a { background-color: rgb(245,35,46); }
div.DivClassName
{
background-color: #F5232E;
}
.BgClassName
{
background-color: #F5232E;
}
</style>
border-color css
<style>
span { border-color: #F5232E; }
span { border-color: rgb(245,35,46); }
td.TdClassName
{
border-color: #F5232E;
}
.TagClassName
{
border-color: #F5232E;
}
</style>