Shades of Alizarin #FC333B
Tints of Alizarin #FC333B
RGB
CMYK
RGB Variations
Color information
#FC333B (or 0xFC333B) is known color: Alizarin. HEX triplet: FC, 33 and 3B. RGB value is (252,51,59). Sum of RGB (Red+Green+Blue) = 252+51+59=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC333B is #03CCC4. Grayscale: #707070. Windows color (decimal): -249029 or 3879932. OLE color: 3879932.
HSL color Cylindrical-coordinate representation of color #FC333B: hue angle of 357.61º 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 #FC333B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 59 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.01 |
| HSL | 357.61º | 0.97% | 0.59% | - |
| HSV(B) | 357.61º | 0.8% | 0.99% | - |
| XYZ | 42.12 | 23.38 | 6.43 | - |
| YUV | 112.01 | 98.09 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 59 | 0 | 0.80 | 0.77 | 0.01 | 357.61 | 0.97 | 0.59 |
| Hex | FC | 33 | 3B | 0 | 50 | 4D | 1 | 166 | 61 | 3B |
| Octal | 374 | 63 | 73 | 0 | 120 | 115 | 1 | 546 | 141 | 73 |
| Binary | 11111100 | 110011 | 111011 | 0 | 1010000 | 1001101 | 1 | 101100110 | 1100001 | 111011 |
Color Harmonies of #FC333B
Complementary color
Monochromatic Colors of #FC333B
Black with #FC333B
Text Example
Text Example
White with #FC333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC333B; }
p { color: rgb(252,51,59); }
H1.HeaderClassName
{
color: #FC333B;
}
.AnyTagClassName
{
color: #FC333B;
}
</style>
background-color css
<style>
a { background-color: #FC333B; }
a { background-color: rgb(252,51,59); }
div.DivClassName
{
background-color: #FC333B;
}
.BgClassName
{
background-color: #FC333B;
}
</style>
border-color css
<style>
span { border-color: #FC333B; }
span { border-color: rgb(252,51,59); }
td.TdClassName
{
border-color: #FC333B;
}
.TagClassName
{
border-color: #FC333B;
}
</style>