Shades of Alizarin #FC2830
Tints of Alizarin #FC2830
RGB
CMYK
RGB Variations
Color information
#FC2830 (or 0xFC2830) is known color: Alizarin. HEX triplet: FC, 28 and 30. RGB value is (252,40,48). Sum of RGB (Red+Green+Blue) = 252+40+48=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2830 is #03D7CF. Grayscale: #686868. Windows color (decimal): -251856 or 3156220. OLE color: 3156220.
HSL color Cylindrical-coordinate representation of color #FC2830: hue angle of 357.74º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2830 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 48 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.01 |
| HSL | 357.74º | 0.97% | 0.57% | - |
| HSV(B) | 357.74º | 0.84% | 0.99% | - |
| XYZ | 41.44 | 22.43 | 4.94 | - |
| YUV | 104.3 | 96.24 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 48 | 0 | 0.84 | 0.81 | 0.01 | 357.74 | 0.97 | 0.57 |
| Hex | FC | 28 | 30 | 0 | 54 | 51 | 1 | 166 | 61 | 39 |
| Octal | 374 | 50 | 60 | 0 | 124 | 121 | 1 | 546 | 141 | 71 |
| Binary | 11111100 | 101000 | 110000 | 0 | 1010100 | 1010001 | 1 | 101100110 | 1100001 | 111001 |
Color Harmonies of #FC2830
Complementary color
Monochromatic Colors of #FC2830
Black with #FC2830
Text Example
Text Example
White with #FC2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2830; }
p { color: rgb(252,40,48); }
H1.HeaderClassName
{
color: #FC2830;
}
.AnyTagClassName
{
color: #FC2830;
}
</style>
background-color css
<style>
a { background-color: #FC2830; }
a { background-color: rgb(252,40,48); }
div.DivClassName
{
background-color: #FC2830;
}
.BgClassName
{
background-color: #FC2830;
}
</style>
border-color css
<style>
span { border-color: #FC2830; }
span { border-color: rgb(252,40,48); }
td.TdClassName
{
border-color: #FC2830;
}
.TagClassName
{
border-color: #FC2830;
}
</style>