Shades of Alizarin #F5323B
Tints of Alizarin #F5323B
RGB
CMYK
RGB Variations
Color information
#F5323B (or 0xF5323B) is known color: Alizarin. HEX triplet: F5, 32 and 3B. RGB value is (245,50,59). Sum of RGB (Red+Green+Blue) = 245+50+59=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F5323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5323B is #0ACDC4. Grayscale: #6D6D6D. Windows color (decimal): -708037 or 3879669. OLE color: 3879669.
HSL color Cylindrical-coordinate representation of color #F5323B: hue angle of 357.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5323B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 59 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.04 |
| HSL | 357.23º | 0.91% | 0.58% | - |
| HSV(B) | 357.23º | 0.8% | 0.96% | - |
| XYZ | 39.59 | 22.01 | 6.3 | - |
| YUV | 109.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 59 | 0 | 0.80 | 0.76 | 0.04 | 357.23 | 0.91 | 0.58 |
| Hex | F5 | 32 | 3B | 0 | 50 | 4C | 4 | 165 | 5B | 3A |
| Octal | 365 | 62 | 73 | 0 | 120 | 114 | 4 | 545 | 133 | 72 |
| Binary | 11110101 | 110010 | 111011 | 0 | 1010000 | 1001100 | 100 | 101100101 | 1011011 | 111010 |
Color Harmonies of #F5323B
Complementary color
Monochromatic Colors of #F5323B
Black with #F5323B
Text Example
Text Example
White with #F5323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5323B; }
p { color: rgb(245,50,59); }
H1.HeaderClassName
{
color: #F5323B;
}
.AnyTagClassName
{
color: #F5323B;
}
</style>
background-color css
<style>
a { background-color: #F5323B; }
a { background-color: rgb(245,50,59); }
div.DivClassName
{
background-color: #F5323B;
}
.BgClassName
{
background-color: #F5323B;
}
</style>
border-color css
<style>
span { border-color: #F5323B; }
span { border-color: rgb(245,50,59); }
td.TdClassName
{
border-color: #F5323B;
}
.TagClassName
{
border-color: #F5323B;
}
</style>