Shades of Alizarin #F52C3D
Tints of Alizarin #F52C3D
RGB
CMYK
RGB Variations
Color information
#F52C3D (or 0xF52C3D) is known color: Alizarin. HEX triplet: F5, 2C and 3D. RGB value is (245,44,61). Sum of RGB (Red+Green+Blue) = 245+44+61=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52C3D is #0AD3C2. Grayscale: #6A6A6A. Windows color (decimal): -709571 or 4009205. OLE color: 4009205.
HSL color Cylindrical-coordinate representation of color #F52C3D: hue angle of 354.93º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52C3D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 61 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.04 |
| HSL | 354.93º | 0.91% | 0.57% | - |
| HSV(B) | 354.93º | 0.82% | 0.96% | - |
| XYZ | 39.4 | 21.55 | 6.5 | - |
| YUV | 106.04 | 102.59 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 61 | 0 | 0.82 | 0.75 | 0.04 | 354.93 | 0.91 | 0.57 |
| Hex | F5 | 2C | 3D | 0 | 52 | 4B | 4 | 163 | 5B | 39 |
| Octal | 365 | 54 | 75 | 0 | 122 | 113 | 4 | 543 | 133 | 71 |
| Binary | 11110101 | 101100 | 111101 | 0 | 1010010 | 1001011 | 100 | 101100011 | 1011011 | 111001 |
Color Harmonies of #F52C3D
Complementary color
Monochromatic Colors of #F52C3D
Black with #F52C3D
Text Example
Text Example
White with #F52C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52C3D; }
p { color: rgb(245,44,61); }
H1.HeaderClassName
{
color: #F52C3D;
}
.AnyTagClassName
{
color: #F52C3D;
}
</style>
background-color css
<style>
a { background-color: #F52C3D; }
a { background-color: rgb(245,44,61); }
div.DivClassName
{
background-color: #F52C3D;
}
.BgClassName
{
background-color: #F52C3D;
}
</style>
border-color css
<style>
span { border-color: #F52C3D; }
span { border-color: rgb(245,44,61); }
td.TdClassName
{
border-color: #F52C3D;
}
.TagClassName
{
border-color: #F52C3D;
}
</style>