Shades of Red #FC130D
Tints of Red #FC130D
RGB
CMYK
RGB Variations
Color information
#FC130D (or 0xFC130D) is known color: Red. HEX triplet: FC, 13 and 0D. RGB value is (252,19,13). Sum of RGB (Red+Green+Blue) = 252+19+13=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC130D is #03ECF2. Grayscale: #585858. Windows color (decimal): -257267 or 857084. OLE color: 857084.
HSL color Cylindrical-coordinate representation of color #FC130D: hue angle of 1.51º 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 #FC130D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.01 |
| HSL | 1.51º | 0.98% | 0.52% | - |
| HSV(B) | 1.51º | 0.95% | 0.99% | - |
| XYZ | 40.45 | 21.19 | 2.34 | - |
| YUV | 87.98 | 85.69 | 244.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 13 | 0 | 0.92 | 0.95 | 0.01 | 1.51 | 0.98 | 0.52 |
| Hex | FC | 13 | D | 0 | 5C | 5F | 1 | 2 | 62 | 34 |
| Octal | 374 | 23 | 15 | 0 | 134 | 137 | 1 | 2 | 142 | 64 |
| Binary | 11111100 | 10011 | 1101 | 0 | 1011100 | 1011111 | 1 | 10 | 1100010 | 110100 |
Color Harmonies of #FC130D
Complementary color
Monochromatic Colors of #FC130D
Black with #FC130D
Text Example
Text Example
White with #FC130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC130D; }
p { color: rgb(252,19,13); }
H1.HeaderClassName
{
color: #FC130D;
}
.AnyTagClassName
{
color: #FC130D;
}
</style>
background-color css
<style>
a { background-color: #FC130D; }
a { background-color: rgb(252,19,13); }
div.DivClassName
{
background-color: #FC130D;
}
.BgClassName
{
background-color: #FC130D;
}
</style>
border-color css
<style>
span { border-color: #FC130D; }
span { border-color: rgb(252,19,13); }
td.TdClassName
{
border-color: #FC130D;
}
.TagClassName
{
border-color: #FC130D;
}
</style>