Shades of Red #FC0C0B
Tints of Red #FC0C0B
RGB
CMYK
RGB Variations
Color information
#FC0C0B (or 0xFC0C0B) is known color: Red. HEX triplet: FC, 0C and 0B. RGB value is (252,12,11). Sum of RGB (Red+Green+Blue) = 252+12+11=275 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.64% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0C0B is #03F3F4. Grayscale: #535353. Windows color (decimal): -259061 or 724220. OLE color: 724220.
HSL color Cylindrical-coordinate representation of color #FC0C0B: hue angle of 0.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0C0B is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 11 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.01 |
| HSL | 0.25º | 0.98% | 0.52% | - |
| HSV(B) | 0.25º | 0.96% | 0.99% | - |
| XYZ | 40.34 | 20.98 | 2.24 | - |
| YUV | 83.65 | 87.01 | 248.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 11 | 0 | 0.95 | 0.96 | 0.01 | 0.25 | 0.98 | 0.52 |
| Hex | FC | C | B | 0 | 5F | 60 | 1 | 0 | 62 | 34 |
| Octal | 374 | 14 | 13 | 0 | 137 | 140 | 1 | 0 | 142 | 64 |
| Binary | 11111100 | 1100 | 1011 | 0 | 1011111 | 1100000 | 1 | 0 | 1100010 | 110100 |
Color Harmonies of #FC0C0B
Complementary color
Monochromatic Colors of #FC0C0B
Black with #FC0C0B
Text Example
Text Example
White with #FC0C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C0B; }
p { color: rgb(252,12,11); }
H1.HeaderClassName
{
color: #FC0C0B;
}
.AnyTagClassName
{
color: #FC0C0B;
}
</style>
background-color css
<style>
a { background-color: #FC0C0B; }
a { background-color: rgb(252,12,11); }
div.DivClassName
{
background-color: #FC0C0B;
}
.BgClassName
{
background-color: #FC0C0B;
}
</style>
border-color css
<style>
span { border-color: #FC0C0B; }
span { border-color: rgb(252,12,11); }
td.TdClassName
{
border-color: #FC0C0B;
}
.TagClassName
{
border-color: #FC0C0B;
}
</style>