Shades of Alizarin #FC343A
Tints of Alizarin #FC343A
RGB
CMYK
RGB Variations
Color information
#FC343A (or 0xFC343A) is known color: Alizarin. HEX triplet: FC, 34 and 3A. RGB value is (252,52,58). Sum of RGB (Red+Green+Blue) = 252+52+58=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC343A is #03CBC5. Grayscale: #707070. Windows color (decimal): -248774 or 3814652. OLE color: 3814652.
HSL color Cylindrical-coordinate representation of color #FC343A: hue angle of 358.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC343A is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 58 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.01 |
| HSL | 358.2º | 0.97% | 0.6% | - |
| HSV(B) | 358.2º | 0.79% | 0.99% | - |
| XYZ | 42.14 | 23.46 | 6.31 | - |
| YUV | 112.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 58 | 0 | 0.79 | 0.77 | 0.01 | 358.2 | 0.97 | 0.6 |
| Hex | FC | 34 | 3A | 0 | 4F | 4D | 1 | 166 | 61 | 3C |
| Octal | 374 | 64 | 72 | 0 | 117 | 115 | 1 | 546 | 141 | 74 |
| Binary | 11111100 | 110100 | 111010 | 0 | 1001111 | 1001101 | 1 | 101100110 | 1100001 | 111100 |
Color Harmonies of #FC343A
Complementary color
Monochromatic Colors of #FC343A
Black with #FC343A
Text Example
Text Example
White with #FC343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC343A; }
p { color: rgb(252,52,58); }
H1.HeaderClassName
{
color: #FC343A;
}
.AnyTagClassName
{
color: #FC343A;
}
</style>
background-color css
<style>
a { background-color: #FC343A; }
a { background-color: rgb(252,52,58); }
div.DivClassName
{
background-color: #FC343A;
}
.BgClassName
{
background-color: #FC343A;
}
</style>
border-color css
<style>
span { border-color: #FC343A; }
span { border-color: rgb(252,52,58); }
td.TdClassName
{
border-color: #FC343A;
}
.TagClassName
{
border-color: #FC343A;
}
</style>