Shades of Alizarin #FC2741
Tints of Alizarin #FC2741
RGB
CMYK
RGB Variations
Color information
#FC2741 (or 0xFC2741) is known color: Alizarin. HEX triplet: FC, 27 and 41. RGB value is (252,39,65). Sum of RGB (Red+Green+Blue) = 252+39+65=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2741 is #03D8BE. Grayscale: #696969. Windows color (decimal): -252095 or 4270076. OLE color: 4270076.
HSL color Cylindrical-coordinate representation of color #FC2741: hue angle of 352.68º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2741 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 65 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.01 |
| HSL | 352.68º | 0.97% | 0.57% | - |
| HSV(B) | 352.68º | 0.85% | 0.99% | - |
| XYZ | 41.82 | 22.53 | 7.14 | - |
| YUV | 105.65 | 105.07 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 65 | 0 | 0.85 | 0.74 | 0.01 | 352.68 | 0.97 | 0.57 |
| Hex | FC | 27 | 41 | 0 | 55 | 4A | 1 | 161 | 61 | 39 |
| Octal | 374 | 47 | 101 | 0 | 125 | 112 | 1 | 541 | 141 | 71 |
| Binary | 11111100 | 100111 | 1000001 | 0 | 1010101 | 1001010 | 1 | 101100001 | 1100001 | 111001 |
Color Harmonies of #FC2741
Complementary color
Monochromatic Colors of #FC2741
Black with #FC2741
Text Example
Text Example
White with #FC2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2741; }
p { color: rgb(252,39,65); }
H1.HeaderClassName
{
color: #FC2741;
}
.AnyTagClassName
{
color: #FC2741;
}
</style>
background-color css
<style>
a { background-color: #FC2741; }
a { background-color: rgb(252,39,65); }
div.DivClassName
{
background-color: #FC2741;
}
.BgClassName
{
background-color: #FC2741;
}
</style>
border-color css
<style>
span { border-color: #FC2741; }
span { border-color: rgb(252,39,65); }
td.TdClassName
{
border-color: #FC2741;
}
.TagClassName
{
border-color: #FC2741;
}
</style>