Shades of Alizarin #FC393D
Tints of Alizarin #FC393D
RGB
CMYK
RGB Variations
Color information
#FC393D (or 0xFC393D) is known color: Alizarin. HEX triplet: FC, 39 and 3D. RGB value is (252,57,61). Sum of RGB (Red+Green+Blue) = 252+57+61=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC393D is #03C6C2. Grayscale: #737373. Windows color (decimal): -247491 or 4012540. OLE color: 4012540.
HSL color Cylindrical-coordinate representation of color #FC393D: hue angle of 358.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC393D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 61 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.01 |
| HSL | 358.77º | 0.97% | 0.61% | - |
| HSV(B) | 358.77º | 0.77% | 0.99% | - |
| XYZ | 42.45 | 23.96 | 6.8 | - |
| YUV | 115.76 | 97.1 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 61 | 0 | 0.77 | 0.76 | 0.01 | 358.77 | 0.97 | 0.61 |
| Hex | FC | 39 | 3D | 0 | 4D | 4C | 1 | 167 | 61 | 3D |
| Octal | 374 | 71 | 75 | 0 | 115 | 114 | 1 | 547 | 141 | 75 |
| Binary | 11111100 | 111001 | 111101 | 0 | 1001101 | 1001100 | 1 | 101100111 | 1100001 | 111101 |
Color Harmonies of #FC393D
Complementary color
Monochromatic Colors of #FC393D
Black with #FC393D
Text Example
Text Example
White with #FC393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC393D; }
p { color: rgb(252,57,61); }
H1.HeaderClassName
{
color: #FC393D;
}
.AnyTagClassName
{
color: #FC393D;
}
</style>
background-color css
<style>
a { background-color: #FC393D; }
a { background-color: rgb(252,57,61); }
div.DivClassName
{
background-color: #FC393D;
}
.BgClassName
{
background-color: #FC393D;
}
</style>
border-color css
<style>
span { border-color: #FC393D; }
span { border-color: rgb(252,57,61); }
td.TdClassName
{
border-color: #FC393D;
}
.TagClassName
{
border-color: #FC393D;
}
</style>