Shades of Alizarin #FC313D
Tints of Alizarin #FC313D
RGB
CMYK
RGB Variations
Color information
#FC313D (or 0xFC313D) is known color: Alizarin. HEX triplet: FC, 31 and 3D. RGB value is (252,49,61). Sum of RGB (Red+Green+Blue) = 252+49+61=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC313D is #03CEC2. Grayscale: #6F6F6F. Windows color (decimal): -249539 or 4010492. OLE color: 4010492.
HSL color Cylindrical-coordinate representation of color #FC313D: hue angle of 356.45º 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 #FC313D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 61 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.01 |
| HSL | 356.45º | 0.97% | 0.59% | - |
| HSV(B) | 356.45º | 0.81% | 0.99% | - |
| XYZ | 42.09 | 23.23 | 6.68 | - |
| YUV | 111.07 | 99.75 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 61 | 0 | 0.81 | 0.76 | 0.01 | 356.45 | 0.97 | 0.59 |
| Hex | FC | 31 | 3D | 0 | 51 | 4C | 1 | 164 | 61 | 3B |
| Octal | 374 | 61 | 75 | 0 | 121 | 114 | 1 | 544 | 141 | 73 |
| Binary | 11111100 | 110001 | 111101 | 0 | 1010001 | 1001100 | 1 | 101100100 | 1100001 | 111011 |
Color Harmonies of #FC313D
Complementary color
Monochromatic Colors of #FC313D
Black with #FC313D
Text Example
Text Example
White with #FC313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC313D; }
p { color: rgb(252,49,61); }
H1.HeaderClassName
{
color: #FC313D;
}
.AnyTagClassName
{
color: #FC313D;
}
</style>
background-color css
<style>
a { background-color: #FC313D; }
a { background-color: rgb(252,49,61); }
div.DivClassName
{
background-color: #FC313D;
}
.BgClassName
{
background-color: #FC313D;
}
</style>
border-color css
<style>
span { border-color: #FC313D; }
span { border-color: rgb(252,49,61); }
td.TdClassName
{
border-color: #FC313D;
}
.TagClassName
{
border-color: #FC313D;
}
</style>