Shades of Red #FC110D
Tints of Red #FC110D
RGB
CMYK
RGB Variations
Color information
#FC110D (or 0xFC110D) is known color: Red. HEX triplet: FC, 11 and 0D. RGB value is (252,17,13). Sum of RGB (Red+Green+Blue) = 252+17+13=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC110D is #03EEF2. Grayscale: #575757. Windows color (decimal): -257779 or 856572. OLE color: 856572.
HSL color Cylindrical-coordinate representation of color #FC110D: hue angle of 1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC110D is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 13 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.01 |
| HSL | 1º | 0.98% | 0.52% | - |
| HSV(B) | 1º | 0.95% | 0.99% | - |
| XYZ | 40.42 | 21.13 | 2.33 | - |
| YUV | 86.81 | 86.36 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 13 | 0 | 0.93 | 0.95 | 0.01 | 1 | 0.98 | 0.52 |
| Hex | FC | 11 | D | 0 | 5D | 5F | 1 | 1 | 62 | 34 |
| Octal | 374 | 21 | 15 | 0 | 135 | 137 | 1 | 1 | 142 | 64 |
| Binary | 11111100 | 10001 | 1101 | 0 | 1011101 | 1011111 | 1 | 1 | 1100010 | 110100 |
Color Harmonies of #FC110D
Complementary color
Monochromatic Colors of #FC110D
Black with #FC110D
Text Example
Text Example
White with #FC110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC110D; }
p { color: rgb(252,17,13); }
H1.HeaderClassName
{
color: #FC110D;
}
.AnyTagClassName
{
color: #FC110D;
}
</style>
background-color css
<style>
a { background-color: #FC110D; }
a { background-color: rgb(252,17,13); }
div.DivClassName
{
background-color: #FC110D;
}
.BgClassName
{
background-color: #FC110D;
}
</style>
border-color css
<style>
span { border-color: #FC110D; }
span { border-color: rgb(252,17,13); }
td.TdClassName
{
border-color: #FC110D;
}
.TagClassName
{
border-color: #FC110D;
}
</style>