Shades of Alizarin #F5353D
Tints of Alizarin #F5353D
RGB
CMYK
RGB Variations
Color information
#F5353D (or 0xF5353D) is known color: Alizarin. HEX triplet: F5, 35 and 3D. RGB value is (245,53,61). Sum of RGB (Red+Green+Blue) = 245+53+61=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5353D is #0ACAC2. Grayscale: #6F6F6F. Windows color (decimal): -707267 or 4011509. OLE color: 4011509.
HSL color Cylindrical-coordinate representation of color #F5353D: hue angle of 357.5º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5353D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 61 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.04 |
| HSL | 357.5º | 0.91% | 0.58% | - |
| HSV(B) | 357.5º | 0.78% | 0.96% | - |
| XYZ | 39.77 | 22.3 | 6.62 | - |
| YUV | 111.32 | 99.61 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 61 | 0 | 0.78 | 0.75 | 0.04 | 357.5 | 0.91 | 0.58 |
| Hex | F5 | 35 | 3D | 0 | 4E | 4B | 4 | 166 | 5B | 3A |
| Octal | 365 | 65 | 75 | 0 | 116 | 113 | 4 | 546 | 133 | 72 |
| Binary | 11110101 | 110101 | 111101 | 0 | 1001110 | 1001011 | 100 | 101100110 | 1011011 | 111010 |
Color Harmonies of #F5353D
Complementary color
Monochromatic Colors of #F5353D
Black with #F5353D
Text Example
Text Example
White with #F5353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5353D; }
p { color: rgb(245,53,61); }
H1.HeaderClassName
{
color: #F5353D;
}
.AnyTagClassName
{
color: #F5353D;
}
</style>
background-color css
<style>
a { background-color: #F5353D; }
a { background-color: rgb(245,53,61); }
div.DivClassName
{
background-color: #F5353D;
}
.BgClassName
{
background-color: #F5353D;
}
</style>
border-color css
<style>
span { border-color: #F5353D; }
span { border-color: rgb(245,53,61); }
td.TdClassName
{
border-color: #F5353D;
}
.TagClassName
{
border-color: #F5353D;
}
</style>