Shades of Alizarin #F53238
Tints of Alizarin #F53238
RGB
CMYK
RGB Variations
Color information
#F53238 (or 0xF53238) is known color: Alizarin. HEX triplet: F5, 32 and 38. RGB value is (245,50,56). Sum of RGB (Red+Green+Blue) = 245+50+56=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F53238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53238 is #0ACDC7. Grayscale: #6D6D6D. Windows color (decimal): -708040 or 3683061. OLE color: 3683061.
HSL color Cylindrical-coordinate representation of color #F53238: hue angle of 358.15º 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 #F53238 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 56 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.04 |
| HSL | 358.15º | 0.91% | 0.58% | - |
| HSV(B) | 358.15º | 0.8% | 0.96% | - |
| XYZ | 39.51 | 21.98 | 5.9 | - |
| YUV | 108.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 56 | 0 | 0.80 | 0.77 | 0.04 | 358.15 | 0.91 | 0.58 |
| Hex | F5 | 32 | 38 | 0 | 50 | 4D | 4 | 166 | 5B | 3A |
| Octal | 365 | 62 | 70 | 0 | 120 | 115 | 4 | 546 | 133 | 72 |
| Binary | 11110101 | 110010 | 111000 | 0 | 1010000 | 1001101 | 100 | 101100110 | 1011011 | 111010 |
Color Harmonies of #F53238
Complementary color
Monochromatic Colors of #F53238
Black with #F53238
Text Example
Text Example
White with #F53238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53238; }
p { color: rgb(245,50,56); }
H1.HeaderClassName
{
color: #F53238;
}
.AnyTagClassName
{
color: #F53238;
}
</style>
background-color css
<style>
a { background-color: #F53238; }
a { background-color: rgb(245,50,56); }
div.DivClassName
{
background-color: #F53238;
}
.BgClassName
{
background-color: #F53238;
}
</style>
border-color css
<style>
span { border-color: #F53238; }
span { border-color: rgb(245,50,56); }
td.TdClassName
{
border-color: #F53238;
}
.TagClassName
{
border-color: #F53238;
}
</style>