Shades of Radical Red #FC3345
Tints of Radical Red #FC3345
RGB
CMYK
RGB Variations
Color information
#FC3345 (or 0xFC3345) is known color: Radical Red. HEX triplet: FC, 33 and 45. RGB value is (252,51,69). Sum of RGB (Red+Green+Blue) = 252+51+69=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3345 is #03CCBA. Grayscale: #717171. Windows color (decimal): -249019 or 4535292. OLE color: 4535292.
HSL color Cylindrical-coordinate representation of color #FC3345: hue angle of 354.63º 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 #FC3345 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 69 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.01 |
| HSL | 354.63º | 0.97% | 0.59% | - |
| HSV(B) | 354.63º | 0.8% | 0.99% | - |
| XYZ | 42.4 | 23.49 | 7.93 | - |
| YUV | 113.15 | 103.09 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 69 | 0 | 0.80 | 0.73 | 0.01 | 354.63 | 0.97 | 0.59 |
| Hex | FC | 33 | 45 | 0 | 50 | 49 | 1 | 163 | 61 | 3B |
| Octal | 374 | 63 | 105 | 0 | 120 | 111 | 1 | 543 | 141 | 73 |
| Binary | 11111100 | 110011 | 1000101 | 0 | 1010000 | 1001001 | 1 | 101100011 | 1100001 | 111011 |
Color Harmonies of #FC3345
Complementary color
Monochromatic Colors of #FC3345
Black with #FC3345
Text Example
Text Example
White with #FC3345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3345; }
p { color: rgb(252,51,69); }
H1.HeaderClassName
{
color: #FC3345;
}
.AnyTagClassName
{
color: #FC3345;
}
</style>
background-color css
<style>
a { background-color: #FC3345; }
a { background-color: rgb(252,51,69); }
div.DivClassName
{
background-color: #FC3345;
}
.BgClassName
{
background-color: #FC3345;
}
</style>
border-color css
<style>
span { border-color: #FC3345; }
span { border-color: rgb(252,51,69); }
td.TdClassName
{
border-color: #FC3345;
}
.TagClassName
{
border-color: #FC3345;
}
</style>