Shades of Alizarin #F5373C
Tints of Alizarin #F5373C
RGB
CMYK
RGB Variations
Color information
#F5373C (or 0xF5373C) is known color: Alizarin. HEX triplet: F5, 37 and 3C. RGB value is (245,55,60). Sum of RGB (Red+Green+Blue) = 245+55+60=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5373C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5373C is #0AC8C3. Grayscale: #707070. Windows color (decimal): -706756 or 3946485. OLE color: 3946485.
HSL color Cylindrical-coordinate representation of color #F5373C: hue angle of 358.42º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5373C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 60 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.04 |
| HSL | 358.42º | 0.9% | 0.59% | - |
| HSV(B) | 358.42º | 0.78% | 0.96% | - |
| XYZ | 39.84 | 22.47 | 6.51 | - |
| YUV | 112.38 | 98.45 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 60 | 0 | 0.78 | 0.76 | 0.04 | 358.42 | 0.9 | 0.59 |
| Hex | F5 | 37 | 3C | 0 | 4E | 4C | 4 | 166 | 5A | 3B |
| Octal | 365 | 67 | 74 | 0 | 116 | 114 | 4 | 546 | 132 | 73 |
| Binary | 11110101 | 110111 | 111100 | 0 | 1001110 | 1001100 | 100 | 101100110 | 1011010 | 111011 |
Color Harmonies of #F5373C
Complementary color
Monochromatic Colors of #F5373C
Black with #F5373C
Text Example
Text Example
White with #F5373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5373C; }
p { color: rgb(245,55,60); }
H1.HeaderClassName
{
color: #F5373C;
}
.AnyTagClassName
{
color: #F5373C;
}
</style>
background-color css
<style>
a { background-color: #F5373C; }
a { background-color: rgb(245,55,60); }
div.DivClassName
{
background-color: #F5373C;
}
.BgClassName
{
background-color: #F5373C;
}
</style>
border-color css
<style>
span { border-color: #F5373C; }
span { border-color: rgb(245,55,60); }
td.TdClassName
{
border-color: #F5373C;
}
.TagClassName
{
border-color: #F5373C;
}
</style>