Shades of Red #FC0302
Tints of Red #FC0302
RGB
CMYK
RGB Variations
Color information
#FC0302 (or 0xFC0302) is known color: Red. HEX triplet: FC, 03 and 02. RGB value is (252,3,2). Sum of RGB (Red+Green+Blue) = 252+3+2=257 (34% of max value = 765). Red value is 252 (98.83% from 255 or 98.05% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0302 is #03FCFD. Grayscale: #4D4D4D. Windows color (decimal): -261374 or 132092. OLE color: 132092.
HSL color Cylindrical-coordinate representation of color #FC0302: hue angle of 0.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.01 |
| HSL | 0.24º | 0.98% | 0.5% | - |
| HSV(B) | 0.24º | 0.99% | 0.99% | - |
| XYZ | 40.19 | 20.76 | 1.95 | - |
| YUV | 77.34 | 85.49 | 252.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 2 | 0 | 0.99 | 0.99 | 0.01 | 0.24 | 0.98 | 0.5 |
| Hex | FC | 3 | 2 | 0 | 63 | 63 | 1 | 0 | 62 | 32 |
| Octal | 374 | 3 | 2 | 0 | 143 | 143 | 1 | 0 | 142 | 62 |
| Binary | 11111100 | 11 | 10 | 0 | 1100011 | 1100011 | 1 | 0 | 1100010 | 110010 |
Color Harmonies of #FC0302
Complementary color
Monochromatic Colors of #FC0302
Black with #FC0302
Text Example
Text Example
White with #FC0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0302; }
p { color: rgb(252,3,2); }
H1.HeaderClassName
{
color: #FC0302;
}
.AnyTagClassName
{
color: #FC0302;
}
</style>
background-color css
<style>
a { background-color: #FC0302; }
a { background-color: rgb(252,3,2); }
div.DivClassName
{
background-color: #FC0302;
}
.BgClassName
{
background-color: #FC0302;
}
</style>
border-color css
<style>
span { border-color: #FC0302; }
span { border-color: rgb(252,3,2); }
td.TdClassName
{
border-color: #FC0302;
}
.TagClassName
{
border-color: #FC0302;
}
</style>