Shades of Alizarin #FC303D
Tints of Alizarin #FC303D
RGB
CMYK
RGB Variations
Color information
#FC303D (or 0xFC303D) is known color: Alizarin. HEX triplet: FC, 30 and 3D. RGB value is (252,48,61). Sum of RGB (Red+Green+Blue) = 252+48+61=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC303D is #03CFC2. Grayscale: #6E6E6E. Windows color (decimal): -249795 or 4010236. OLE color: 4010236.
HSL color Cylindrical-coordinate representation of color #FC303D: hue angle of 356.18º 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 #FC303D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 61 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.01 |
| HSL | 356.18º | 0.97% | 0.59% | - |
| HSV(B) | 356.18º | 0.81% | 0.99% | - |
| XYZ | 42.04 | 23.15 | 6.67 | - |
| YUV | 110.48 | 100.09 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 61 | 0 | 0.81 | 0.76 | 0.01 | 356.18 | 0.97 | 0.59 |
| Hex | FC | 30 | 3D | 0 | 51 | 4C | 1 | 164 | 61 | 3B |
| Octal | 374 | 60 | 75 | 0 | 121 | 114 | 1 | 544 | 141 | 73 |
| Binary | 11111100 | 110000 | 111101 | 0 | 1010001 | 1001100 | 1 | 101100100 | 1100001 | 111011 |
Color Harmonies of #FC303D
Complementary color
Monochromatic Colors of #FC303D
Black with #FC303D
Text Example
Text Example
White with #FC303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC303D; }
p { color: rgb(252,48,61); }
H1.HeaderClassName
{
color: #FC303D;
}
.AnyTagClassName
{
color: #FC303D;
}
</style>
background-color css
<style>
a { background-color: #FC303D; }
a { background-color: rgb(252,48,61); }
div.DivClassName
{
background-color: #FC303D;
}
.BgClassName
{
background-color: #FC303D;
}
</style>
border-color css
<style>
span { border-color: #FC303D; }
span { border-color: rgb(252,48,61); }
td.TdClassName
{
border-color: #FC303D;
}
.TagClassName
{
border-color: #FC303D;
}
</style>