Shades of Torch Red #FC0D15
Tints of Torch Red #FC0D15
RGB
CMYK
RGB Variations
Color information
#FC0D15 (or 0xFC0D15) is known color: Torch Red. HEX triplet: FC, 0D and 15. RGB value is (252,13,21). Sum of RGB (Red+Green+Blue) = 252+13+21=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0D15 is #03F2EA. Grayscale: #555555. Windows color (decimal): -258795 or 1379836. OLE color: 1379836.
HSL color Cylindrical-coordinate representation of color #FC0D15: hue angle of 357.99º 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 #FC0D15 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 21 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.01 |
| HSL | 357.99º | 0.98% | 0.52% | - |
| HSV(B) | 357.99º | 0.95% | 0.99% | - |
| XYZ | 40.42 | 21.04 | 2.64 | - |
| YUV | 85.37 | 91.68 | 246.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 21 | 0 | 0.95 | 0.92 | 0.01 | 357.99 | 0.98 | 0.52 |
| Hex | FC | D | 15 | 0 | 5F | 5C | 1 | 166 | 62 | 34 |
| Octal | 374 | 15 | 25 | 0 | 137 | 134 | 1 | 546 | 142 | 64 |
| Binary | 11111100 | 1101 | 10101 | 0 | 1011111 | 1011100 | 1 | 101100110 | 1100010 | 110100 |
Color Harmonies of #FC0D15
Complementary color
Monochromatic Colors of #FC0D15
Black with #FC0D15
Text Example
Text Example
White with #FC0D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D15; }
p { color: rgb(252,13,21); }
H1.HeaderClassName
{
color: #FC0D15;
}
.AnyTagClassName
{
color: #FC0D15;
}
</style>
background-color css
<style>
a { background-color: #FC0D15; }
a { background-color: rgb(252,13,21); }
div.DivClassName
{
background-color: #FC0D15;
}
.BgClassName
{
background-color: #FC0D15;
}
</style>
border-color css
<style>
span { border-color: #FC0D15; }
span { border-color: rgb(252,13,21); }
td.TdClassName
{
border-color: #FC0D15;
}
.TagClassName
{
border-color: #FC0D15;
}
</style>