Shades of Alizarin #FC273D
Tints of Alizarin #FC273D
RGB
CMYK
RGB Variations
Color information
#FC273D (or 0xFC273D) is known color: Alizarin. HEX triplet: FC, 27 and 3D. RGB value is (252,39,61). Sum of RGB (Red+Green+Blue) = 252+39+61=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC273D is #03D8C2. Grayscale: #696969. Windows color (decimal): -252099 or 4007932. OLE color: 4007932.
HSL color Cylindrical-coordinate representation of color #FC273D: hue angle of 353.8º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC273D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 61 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.01 |
| HSL | 353.8º | 0.97% | 0.57% | - |
| HSV(B) | 353.8º | 0.85% | 0.99% | - |
| XYZ | 41.71 | 22.48 | 6.56 | - |
| YUV | 105.2 | 103.07 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 61 | 0 | 0.85 | 0.76 | 0.01 | 353.8 | 0.97 | 0.57 |
| Hex | FC | 27 | 3D | 0 | 55 | 4C | 1 | 162 | 61 | 39 |
| Octal | 374 | 47 | 75 | 0 | 125 | 114 | 1 | 542 | 141 | 71 |
| Binary | 11111100 | 100111 | 111101 | 0 | 1010101 | 1001100 | 1 | 101100010 | 1100001 | 111001 |
Color Harmonies of #FC273D
Complementary color
Monochromatic Colors of #FC273D
Black with #FC273D
Text Example
Text Example
White with #FC273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC273D; }
p { color: rgb(252,39,61); }
H1.HeaderClassName
{
color: #FC273D;
}
.AnyTagClassName
{
color: #FC273D;
}
</style>
background-color css
<style>
a { background-color: #FC273D; }
a { background-color: rgb(252,39,61); }
div.DivClassName
{
background-color: #FC273D;
}
.BgClassName
{
background-color: #FC273D;
}
</style>
border-color css
<style>
span { border-color: #FC273D; }
span { border-color: rgb(252,39,61); }
td.TdClassName
{
border-color: #FC273D;
}
.TagClassName
{
border-color: #FC273D;
}
</style>