Shades of Radical Red #FC3344
Tints of Radical Red #FC3344
RGB
CMYK
RGB Variations
Color information
#FC3344 (or 0xFC3344) is known color: Radical Red. HEX triplet: FC, 33 and 44. RGB value is (252,51,68). Sum of RGB (Red+Green+Blue) = 252+51+68=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3344 is #03CCBB. Grayscale: #717171. Windows color (decimal): -249020 or 4469756. OLE color: 4469756.
HSL color Cylindrical-coordinate representation of color #FC3344: hue angle of 354.93º 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 #FC3344 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 68 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.01 |
| HSL | 354.93º | 0.97% | 0.59% | - |
| HSV(B) | 354.93º | 0.8% | 0.99% | - |
| XYZ | 42.37 | 23.48 | 7.77 | - |
| YUV | 113.04 | 102.59 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 68 | 0 | 0.80 | 0.73 | 0.01 | 354.93 | 0.97 | 0.59 |
| Hex | FC | 33 | 44 | 0 | 50 | 49 | 1 | 163 | 61 | 3B |
| Octal | 374 | 63 | 104 | 0 | 120 | 111 | 1 | 543 | 141 | 73 |
| Binary | 11111100 | 110011 | 1000100 | 0 | 1010000 | 1001001 | 1 | 101100011 | 1100001 | 111011 |
Color Harmonies of #FC3344
Complementary color
Monochromatic Colors of #FC3344
Black with #FC3344
Text Example
Text Example
White with #FC3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3344; }
p { color: rgb(252,51,68); }
H1.HeaderClassName
{
color: #FC3344;
}
.AnyTagClassName
{
color: #FC3344;
}
</style>
background-color css
<style>
a { background-color: #FC3344; }
a { background-color: rgb(252,51,68); }
div.DivClassName
{
background-color: #FC3344;
}
.BgClassName
{
background-color: #FC3344;
}
</style>
border-color css
<style>
span { border-color: #FC3344; }
span { border-color: rgb(252,51,68); }
td.TdClassName
{
border-color: #FC3344;
}
.TagClassName
{
border-color: #FC3344;
}
</style>