Shades of Alizarin #FC283E
Tints of Alizarin #FC283E
RGB
CMYK
RGB Variations
Color information
#FC283E (or 0xFC283E) is known color: Alizarin. HEX triplet: FC, 28 and 3E. RGB value is (252,40,62). Sum of RGB (Red+Green+Blue) = 252+40+62=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC283E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC283E is #03D7C1. Grayscale: #6A6A6A. Windows color (decimal): -251842 or 4073724. OLE color: 4073724.
HSL color Cylindrical-coordinate representation of color #FC283E: hue angle of 353.77º 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 #FC283E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 62 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.01 |
| HSL | 353.77º | 0.97% | 0.57% | - |
| HSV(B) | 353.77º | 0.84% | 0.99% | - |
| XYZ | 41.77 | 22.56 | 6.71 | - |
| YUV | 105.9 | 103.24 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 62 | 0 | 0.84 | 0.75 | 0.01 | 353.77 | 0.97 | 0.57 |
| Hex | FC | 28 | 3E | 0 | 54 | 4B | 1 | 162 | 61 | 39 |
| Octal | 374 | 50 | 76 | 0 | 124 | 113 | 1 | 542 | 141 | 71 |
| Binary | 11111100 | 101000 | 111110 | 0 | 1010100 | 1001011 | 1 | 101100010 | 1100001 | 111001 |
Color Harmonies of #FC283E
Complementary color
Monochromatic Colors of #FC283E
Black with #FC283E
Text Example
Text Example
White with #FC283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC283E; }
p { color: rgb(252,40,62); }
H1.HeaderClassName
{
color: #FC283E;
}
.AnyTagClassName
{
color: #FC283E;
}
</style>
background-color css
<style>
a { background-color: #FC283E; }
a { background-color: rgb(252,40,62); }
div.DivClassName
{
background-color: #FC283E;
}
.BgClassName
{
background-color: #FC283E;
}
</style>
border-color css
<style>
span { border-color: #FC283E; }
span { border-color: rgb(252,40,62); }
td.TdClassName
{
border-color: #FC283E;
}
.TagClassName
{
border-color: #FC283E;
}
</style>