Shades of Alizarin #F5273D
Tints of Alizarin #F5273D
RGB
CMYK
RGB Variations
Color information
#F5273D (or 0xF5273D) is known color: Alizarin. HEX triplet: F5, 27 and 3D. RGB value is (245,39,61). Sum of RGB (Red+Green+Blue) = 245+39+61=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5273D is #0AD8C2. Grayscale: #676767. Windows color (decimal): -710851 or 4007925. OLE color: 4007925.
HSL color Cylindrical-coordinate representation of color #F5273D: hue angle of 353.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5273D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 61 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.04 |
| HSL | 353.59º | 0.91% | 0.56% | - |
| HSV(B) | 353.59º | 0.84% | 0.96% | - |
| XYZ | 39.22 | 21.2 | 6.44 | - |
| YUV | 103.1 | 104.25 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 61 | 0 | 0.84 | 0.75 | 0.04 | 353.59 | 0.91 | 0.56 |
| Hex | F5 | 27 | 3D | 0 | 54 | 4B | 4 | 162 | 5B | 38 |
| Octal | 365 | 47 | 75 | 0 | 124 | 113 | 4 | 542 | 133 | 70 |
| Binary | 11110101 | 100111 | 111101 | 0 | 1010100 | 1001011 | 100 | 101100010 | 1011011 | 111000 |
Color Harmonies of #F5273D
Complementary color
Monochromatic Colors of #F5273D
Black with #F5273D
Text Example
Text Example
White with #F5273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5273D; }
p { color: rgb(245,39,61); }
H1.HeaderClassName
{
color: #F5273D;
}
.AnyTagClassName
{
color: #F5273D;
}
</style>
background-color css
<style>
a { background-color: #F5273D; }
a { background-color: rgb(245,39,61); }
div.DivClassName
{
background-color: #F5273D;
}
.BgClassName
{
background-color: #F5273D;
}
</style>
border-color css
<style>
span { border-color: #F5273D; }
span { border-color: rgb(245,39,61); }
td.TdClassName
{
border-color: #F5273D;
}
.TagClassName
{
border-color: #F5273D;
}
</style>