Shades of Alizarin #FC2E3E
Tints of Alizarin #FC2E3E
RGB
CMYK
RGB Variations
Color information
#FC2E3E (or 0xFC2E3E) is known color: Alizarin. HEX triplet: FC, 2E and 3E. RGB value is (252,46,62). Sum of RGB (Red+Green+Blue) = 252+46+62=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E3E is #03D1C1. Grayscale: #6D6D6D. Windows color (decimal): -250306 or 4075260. OLE color: 4075260.
HSL color Cylindrical-coordinate representation of color #FC2E3E: hue angle of 355.34º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2E3E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 62 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.01 |
| HSL | 355.34º | 0.97% | 0.58% | - |
| HSV(B) | 355.34º | 0.82% | 0.99% | - |
| XYZ | 41.99 | 23 | 6.78 | - |
| YUV | 109.42 | 101.25 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 62 | 0 | 0.82 | 0.75 | 0.01 | 355.34 | 0.97 | 0.58 |
| Hex | FC | 2E | 3E | 0 | 52 | 4B | 1 | 163 | 61 | 3A |
| Octal | 374 | 56 | 76 | 0 | 122 | 113 | 1 | 543 | 141 | 72 |
| Binary | 11111100 | 101110 | 111110 | 0 | 1010010 | 1001011 | 1 | 101100011 | 1100001 | 111010 |
Color Harmonies of #FC2E3E
Complementary color
Monochromatic Colors of #FC2E3E
Black with #FC2E3E
Text Example
Text Example
White with #FC2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E3E; }
p { color: rgb(252,46,62); }
H1.HeaderClassName
{
color: #FC2E3E;
}
.AnyTagClassName
{
color: #FC2E3E;
}
</style>
background-color css
<style>
a { background-color: #FC2E3E; }
a { background-color: rgb(252,46,62); }
div.DivClassName
{
background-color: #FC2E3E;
}
.BgClassName
{
background-color: #FC2E3E;
}
</style>
border-color css
<style>
span { border-color: #FC2E3E; }
span { border-color: rgb(252,46,62); }
td.TdClassName
{
border-color: #FC2E3E;
}
.TagClassName
{
border-color: #FC2E3E;
}
</style>