Shades of Alizarin #F5313D
Tints of Alizarin #F5313D
RGB
CMYK
RGB Variations
Color information
#F5313D (or 0xF5313D) is known color: Alizarin. HEX triplet: F5, 31 and 3D. RGB value is (245,49,61). Sum of RGB (Red+Green+Blue) = 245+49+61=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5313D is #0ACEC2. Grayscale: #6D6D6D. Windows color (decimal): -708291 or 4010485. OLE color: 4010485.
HSL color Cylindrical-coordinate representation of color #F5313D: hue angle of 356.33º 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 #F5313D is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 61 | - |
| CMYK | 0 | 0.8 | 0.75 | 0.04 |
| HSL | 356.33º | 0.91% | 0.58% | - |
| HSV(B) | 356.33º | 0.8% | 0.96% | - |
| XYZ | 39.6 | 21.95 | 6.56 | - |
| YUV | 108.97 | 100.93 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 61 | 0 | 0.8 | 0.75 | 0.04 | 356.33 | 0.91 | 0.58 |
| Hex | F5 | 31 | 3D | 0 | 50 | 4B | 4 | 164 | 5B | 3A |
| Octal | 365 | 61 | 75 | 0 | 120 | 113 | 4 | 544 | 133 | 72 |
| Binary | 11110101 | 110001 | 111101 | 0 | 1010000 | 1001011 | 100 | 101100100 | 1011011 | 111010 |
Color Harmonies of #F5313D
Complementary color
Monochromatic Colors of #F5313D
Black with #F5313D
Text Example
Text Example
White with #F5313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5313D; }
p { color: rgb(245,49,61); }
H1.HeaderClassName
{
color: #F5313D;
}
.AnyTagClassName
{
color: #F5313D;
}
</style>
background-color css
<style>
a { background-color: #F5313D; }
a { background-color: rgb(245,49,61); }
div.DivClassName
{
background-color: #F5313D;
}
.BgClassName
{
background-color: #F5313D;
}
</style>
border-color css
<style>
span { border-color: #F5313D; }
span { border-color: rgb(245,49,61); }
td.TdClassName
{
border-color: #F5313D;
}
.TagClassName
{
border-color: #F5313D;
}
</style>