Shades of Alizarin #F5363B
Tints of Alizarin #F5363B
RGB
CMYK
RGB Variations
Color information
#F5363B (or 0xF5363B) is known color: Alizarin. HEX triplet: F5, 36 and 3B. RGB value is (245,54,59). Sum of RGB (Red+Green+Blue) = 245+54+59=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5363B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5363B is #0AC9C4. Grayscale: #6F6F6F. Windows color (decimal): -707013 or 3880693. OLE color: 3880693.
HSL color Cylindrical-coordinate representation of color #F5363B: hue angle of 358.43º degrees, saturation: 0.91, 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 #F5363B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 59 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.04 |
| HSL | 358.43º | 0.91% | 0.59% | - |
| HSV(B) | 358.43º | 0.78% | 0.96% | - |
| XYZ | 39.76 | 22.37 | 6.36 | - |
| YUV | 111.68 | 98.28 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 59 | 0 | 0.78 | 0.76 | 0.04 | 358.43 | 0.91 | 0.59 |
| Hex | F5 | 36 | 3B | 0 | 4E | 4C | 4 | 166 | 5B | 3B |
| Octal | 365 | 66 | 73 | 0 | 116 | 114 | 4 | 546 | 133 | 73 |
| Binary | 11110101 | 110110 | 111011 | 0 | 1001110 | 1001100 | 100 | 101100110 | 1011011 | 111011 |
Color Harmonies of #F5363B
Complementary color
Monochromatic Colors of #F5363B
Black with #F5363B
Text Example
Text Example
White with #F5363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5363B; }
p { color: rgb(245,54,59); }
H1.HeaderClassName
{
color: #F5363B;
}
.AnyTagClassName
{
color: #F5363B;
}
</style>
background-color css
<style>
a { background-color: #F5363B; }
a { background-color: rgb(245,54,59); }
div.DivClassName
{
background-color: #F5363B;
}
.BgClassName
{
background-color: #F5363B;
}
</style>
border-color css
<style>
span { border-color: #F5363B; }
span { border-color: rgb(245,54,59); }
td.TdClassName
{
border-color: #F5363B;
}
.TagClassName
{
border-color: #F5363B;
}
</style>