Shades of Alizarin #FC2A41
Tints of Alizarin #FC2A41
RGB
CMYK
RGB Variations
Color information
#FC2A41 (or 0xFC2A41) is known color: Alizarin. HEX triplet: FC, 2A and 41. RGB value is (252,42,65). Sum of RGB (Red+Green+Blue) = 252+42+65=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A41 is #03D5BE. Grayscale: #6B6B6B. Windows color (decimal): -251327 or 4270844. OLE color: 4270844.
HSL color Cylindrical-coordinate representation of color #FC2A41: hue angle of 353.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2A41 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 65 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.01 |
| HSL | 353.43º | 0.97% | 0.58% | - |
| HSV(B) | 353.43º | 0.83% | 0.99% | - |
| XYZ | 41.93 | 22.73 | 7.18 | - |
| YUV | 107.41 | 104.07 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 65 | 0 | 0.83 | 0.74 | 0.01 | 353.43 | 0.97 | 0.58 |
| Hex | FC | 2A | 41 | 0 | 53 | 4A | 1 | 161 | 61 | 3A |
| Octal | 374 | 52 | 101 | 0 | 123 | 112 | 1 | 541 | 141 | 72 |
| Binary | 11111100 | 101010 | 1000001 | 0 | 1010011 | 1001010 | 1 | 101100001 | 1100001 | 111010 |
Color Harmonies of #FC2A41
Complementary color
Monochromatic Colors of #FC2A41
Black with #FC2A41
Text Example
Text Example
White with #FC2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2A41; }
p { color: rgb(252,42,65); }
H1.HeaderClassName
{
color: #FC2A41;
}
.AnyTagClassName
{
color: #FC2A41;
}
</style>
background-color css
<style>
a { background-color: #FC2A41; }
a { background-color: rgb(252,42,65); }
div.DivClassName
{
background-color: #FC2A41;
}
.BgClassName
{
background-color: #FC2A41;
}
</style>
border-color css
<style>
span { border-color: #FC2A41; }
span { border-color: rgb(252,42,65); }
td.TdClassName
{
border-color: #FC2A41;
}
.TagClassName
{
border-color: #FC2A41;
}
</style>