Shades of Alizarin #F53D41
Tints of Alizarin #F53D41
RGB
CMYK
RGB Variations
Color information
#F53D41 (or 0xF53D41) is known color: Alizarin. HEX triplet: F5, 3D and 41. RGB value is (245,61,65). Sum of RGB (Red+Green+Blue) = 245+61+65=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D41 is #0AC2BE. Grayscale: #747474. Windows color (decimal): -705215 or 4275701. OLE color: 4275701.
HSL color Cylindrical-coordinate representation of color #F53D41: hue angle of 358.7º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53D41 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 65 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.04 |
| HSL | 358.7º | 0.9% | 0.6% | - |
| HSV(B) | 358.7º | 0.75% | 0.96% | - |
| XYZ | 40.28 | 23.13 | 7.34 | - |
| YUV | 116.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 65 | 0 | 0.75 | 0.73 | 0.04 | 358.7 | 0.9 | 0.6 |
| Hex | F5 | 3D | 41 | 0 | 4B | 49 | 4 | 167 | 5A | 3C |
| Octal | 365 | 75 | 101 | 0 | 113 | 111 | 4 | 547 | 132 | 74 |
| Binary | 11110101 | 111101 | 1000001 | 0 | 1001011 | 1001001 | 100 | 101100111 | 1011010 | 111100 |
Color Harmonies of #F53D41
Complementary color
Monochromatic Colors of #F53D41
Black with #F53D41
Text Example
Text Example
White with #F53D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D41; }
p { color: rgb(245,61,65); }
H1.HeaderClassName
{
color: #F53D41;
}
.AnyTagClassName
{
color: #F53D41;
}
</style>
background-color css
<style>
a { background-color: #F53D41; }
a { background-color: rgb(245,61,65); }
div.DivClassName
{
background-color: #F53D41;
}
.BgClassName
{
background-color: #F53D41;
}
</style>
border-color css
<style>
span { border-color: #F53D41; }
span { border-color: rgb(245,61,65); }
td.TdClassName
{
border-color: #F53D41;
}
.TagClassName
{
border-color: #F53D41;
}
</style>