Shades of Alizarin #FC303E
Tints of Alizarin #FC303E
RGB
CMYK
RGB Variations
Color information
#FC303E (or 0xFC303E) is known color: Alizarin. HEX triplet: FC, 30 and 3E. RGB value is (252,48,62). Sum of RGB (Red+Green+Blue) = 252+48+62=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC303E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC303E is #03CFC1. Grayscale: #6E6E6E. Windows color (decimal): -249794 or 4075772. OLE color: 4075772.
HSL color Cylindrical-coordinate representation of color #FC303E: hue angle of 355.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC303E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 62 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.01 |
| HSL | 355.88º | 0.97% | 0.59% | - |
| HSV(B) | 355.88º | 0.81% | 0.99% | - |
| XYZ | 42.07 | 23.16 | 6.81 | - |
| YUV | 110.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 62 | 0 | 0.81 | 0.75 | 0.01 | 355.88 | 0.97 | 0.59 |
| Hex | FC | 30 | 3E | 0 | 51 | 4B | 1 | 164 | 61 | 3B |
| Octal | 374 | 60 | 76 | 0 | 121 | 113 | 1 | 544 | 141 | 73 |
| Binary | 11111100 | 110000 | 111110 | 0 | 1010001 | 1001011 | 1 | 101100100 | 1100001 | 111011 |
Color Harmonies of #FC303E
Complementary color
Monochromatic Colors of #FC303E
Black with #FC303E
Text Example
Text Example
White with #FC303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC303E; }
p { color: rgb(252,48,62); }
H1.HeaderClassName
{
color: #FC303E;
}
.AnyTagClassName
{
color: #FC303E;
}
</style>
background-color css
<style>
a { background-color: #FC303E; }
a { background-color: rgb(252,48,62); }
div.DivClassName
{
background-color: #FC303E;
}
.BgClassName
{
background-color: #FC303E;
}
</style>
border-color css
<style>
span { border-color: #FC303E; }
span { border-color: rgb(252,48,62); }
td.TdClassName
{
border-color: #FC303E;
}
.TagClassName
{
border-color: #FC303E;
}
</style>