Shades of Alizarin #F5333C
Tints of Alizarin #F5333C
RGB
CMYK
RGB Variations
Color information
#F5333C (or 0xF5333C) is known color: Alizarin. HEX triplet: F5, 33 and 3C. RGB value is (245,51,60). Sum of RGB (Red+Green+Blue) = 245+51+60=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5333C is #0ACCC3. Grayscale: #6E6E6E. Windows color (decimal): -707780 or 3945461. OLE color: 3945461.
HSL color Cylindrical-coordinate representation of color #F5333C: hue angle of 357.22º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5333C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 60 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.04 |
| HSL | 357.22º | 0.91% | 0.58% | - |
| HSV(B) | 357.22º | 0.79% | 0.96% | - |
| XYZ | 39.66 | 22.11 | 6.45 | - |
| YUV | 110.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 60 | 0 | 0.79 | 0.76 | 0.04 | 357.22 | 0.91 | 0.58 |
| Hex | F5 | 33 | 3C | 0 | 4F | 4C | 4 | 165 | 5B | 3A |
| Octal | 365 | 63 | 74 | 0 | 117 | 114 | 4 | 545 | 133 | 72 |
| Binary | 11110101 | 110011 | 111100 | 0 | 1001111 | 1001100 | 100 | 101100101 | 1011011 | 111010 |
Color Harmonies of #F5333C
Complementary color
Monochromatic Colors of #F5333C
Black with #F5333C
Text Example
Text Example
White with #F5333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5333C; }
p { color: rgb(245,51,60); }
H1.HeaderClassName
{
color: #F5333C;
}
.AnyTagClassName
{
color: #F5333C;
}
</style>
background-color css
<style>
a { background-color: #F5333C; }
a { background-color: rgb(245,51,60); }
div.DivClassName
{
background-color: #F5333C;
}
.BgClassName
{
background-color: #F5333C;
}
</style>
border-color css
<style>
span { border-color: #F5333C; }
span { border-color: rgb(245,51,60); }
td.TdClassName
{
border-color: #F5333C;
}
.TagClassName
{
border-color: #F5333C;
}
</style>