Shades of Radical Red #FC3343
Tints of Radical Red #FC3343
RGB
CMYK
RGB Variations
Color information
#FC3343 (or 0xFC3343) is known color: Radical Red. HEX triplet: FC, 33 and 43. RGB value is (252,51,67). Sum of RGB (Red+Green+Blue) = 252+51+67=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3343 is #03CCBC. Grayscale: #717171. Windows color (decimal): -249021 or 4404220. OLE color: 4404220.
HSL color Cylindrical-coordinate representation of color #FC3343: hue angle of 355.22º 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 #FC3343 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 67 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.01 |
| HSL | 355.22º | 0.97% | 0.59% | - |
| HSV(B) | 355.22º | 0.8% | 0.99% | - |
| XYZ | 42.34 | 23.47 | 7.61 | - |
| YUV | 112.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 67 | 0 | 0.80 | 0.73 | 0.01 | 355.22 | 0.97 | 0.59 |
| Hex | FC | 33 | 43 | 0 | 50 | 49 | 1 | 163 | 61 | 3B |
| Octal | 374 | 63 | 103 | 0 | 120 | 111 | 1 | 543 | 141 | 73 |
| Binary | 11111100 | 110011 | 1000011 | 0 | 1010000 | 1001001 | 1 | 101100011 | 1100001 | 111011 |
Color Harmonies of #FC3343
Complementary color
Monochromatic Colors of #FC3343
Black with #FC3343
Text Example
Text Example
White with #FC3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3343; }
p { color: rgb(252,51,67); }
H1.HeaderClassName
{
color: #FC3343;
}
.AnyTagClassName
{
color: #FC3343;
}
</style>
background-color css
<style>
a { background-color: #FC3343; }
a { background-color: rgb(252,51,67); }
div.DivClassName
{
background-color: #FC3343;
}
.BgClassName
{
background-color: #FC3343;
}
</style>
border-color css
<style>
span { border-color: #FC3343; }
span { border-color: rgb(252,51,67); }
td.TdClassName
{
border-color: #FC3343;
}
.TagClassName
{
border-color: #FC3343;
}
</style>