Shades of Alizarin #FC262C
Tints of Alizarin #FC262C
RGB
CMYK
RGB Variations
Color information
#FC262C (or 0xFC262C) is known color: Alizarin. HEX triplet: FC, 26 and 2C. RGB value is (252,38,44). Sum of RGB (Red+Green+Blue) = 252+38+44=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC262C is #03D9D3. Grayscale: #666666. Windows color (decimal): -252372 or 2893564. OLE color: 2893564.
HSL color Cylindrical-coordinate representation of color #FC262C: hue angle of 358.32º 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 #FC262C is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 44 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.01 |
| HSL | 358.32º | 0.97% | 0.57% | - |
| HSV(B) | 358.32º | 0.85% | 0.99% | - |
| XYZ | 41.29 | 22.26 | 4.5 | - |
| YUV | 102.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 44 | 0 | 0.85 | 0.83 | 0.01 | 358.32 | 0.97 | 0.57 |
| Hex | FC | 26 | 2C | 0 | 55 | 53 | 1 | 166 | 61 | 39 |
| Octal | 374 | 46 | 54 | 0 | 125 | 123 | 1 | 546 | 141 | 71 |
| Binary | 11111100 | 100110 | 101100 | 0 | 1010101 | 1010011 | 1 | 101100110 | 1100001 | 111001 |
Color Harmonies of #FC262C
Complementary color
Monochromatic Colors of #FC262C
Black with #FC262C
Text Example
Text Example
White with #FC262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC262C; }
p { color: rgb(252,38,44); }
H1.HeaderClassName
{
color: #FC262C;
}
.AnyTagClassName
{
color: #FC262C;
}
</style>
background-color css
<style>
a { background-color: #FC262C; }
a { background-color: rgb(252,38,44); }
div.DivClassName
{
background-color: #FC262C;
}
.BgClassName
{
background-color: #FC262C;
}
</style>
border-color css
<style>
span { border-color: #FC262C; }
span { border-color: rgb(252,38,44); }
td.TdClassName
{
border-color: #FC262C;
}
.TagClassName
{
border-color: #FC262C;
}
</style>