Shades of Alizarin #FC333E
Tints of Alizarin #FC333E
RGB
CMYK
RGB Variations
Color information
#FC333E (or 0xFC333E) is known color: Alizarin. HEX triplet: FC, 33 and 3E. RGB value is (252,51,62). Sum of RGB (Red+Green+Blue) = 252+51+62=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC333E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC333E is #03CCC1. Grayscale: #707070. Windows color (decimal): -249026 or 4076540. OLE color: 4076540.
HSL color Cylindrical-coordinate representation of color #FC333E: hue angle of 356.72º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC333E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 62 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.01 |
| HSL | 356.72º | 0.97% | 0.59% | - |
| HSV(B) | 356.72º | 0.8% | 0.99% | - |
| XYZ | 42.2 | 23.41 | 6.85 | - |
| YUV | 112.35 | 99.59 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 62 | 0 | 0.80 | 0.75 | 0.01 | 356.72 | 0.97 | 0.59 |
| Hex | FC | 33 | 3E | 0 | 50 | 4B | 1 | 165 | 61 | 3B |
| Octal | 374 | 63 | 76 | 0 | 120 | 113 | 1 | 545 | 141 | 73 |
| Binary | 11111100 | 110011 | 111110 | 0 | 1010000 | 1001011 | 1 | 101100101 | 1100001 | 111011 |
Color Harmonies of #FC333E
Complementary color
Monochromatic Colors of #FC333E
Black with #FC333E
Text Example
Text Example
White with #FC333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC333E; }
p { color: rgb(252,51,62); }
H1.HeaderClassName
{
color: #FC333E;
}
.AnyTagClassName
{
color: #FC333E;
}
</style>
background-color css
<style>
a { background-color: #FC333E; }
a { background-color: rgb(252,51,62); }
div.DivClassName
{
background-color: #FC333E;
}
.BgClassName
{
background-color: #FC333E;
}
</style>
border-color css
<style>
span { border-color: #FC333E; }
span { border-color: rgb(252,51,62); }
td.TdClassName
{
border-color: #FC333E;
}
.TagClassName
{
border-color: #FC333E;
}
</style>