Shades of Torch Red #FC0D34
Tints of Torch Red #FC0D34
RGB
CMYK
RGB Variations
Color information
#FC0D34 (or 0xFC0D34) is known color: Torch Red. HEX triplet: FC, 0D and 34. RGB value is (252,13,52). Sum of RGB (Red+Green+Blue) = 252+13+52=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D34 is #03F2CB. Grayscale: #585858. Windows color (decimal): -258764 or 3411452. OLE color: 3411452.
HSL color Cylindrical-coordinate representation of color #FC0D34: hue angle of 350.21º 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 #FC0D34 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 52 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.01 |
| HSL | 350.21º | 0.98% | 0.52% | - |
| HSV(B) | 350.21º | 0.95% | 0.99% | - |
| XYZ | 40.91 | 21.23 | 5.19 | - |
| YUV | 88.91 | 107.18 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 52 | 0 | 0.95 | 0.79 | 0.01 | 350.21 | 0.98 | 0.52 |
| Hex | FC | D | 34 | 0 | 5F | 4F | 1 | 15E | 62 | 34 |
| Octal | 374 | 15 | 64 | 0 | 137 | 117 | 1 | 536 | 142 | 64 |
| Binary | 11111100 | 1101 | 110100 | 0 | 1011111 | 1001111 | 1 | 101011110 | 1100010 | 110100 |
Color Harmonies of #FC0D34
Complementary color
Monochromatic Colors of #FC0D34
Black with #FC0D34
Text Example
Text Example
White with #FC0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D34; }
p { color: rgb(252,13,52); }
H1.HeaderClassName
{
color: #FC0D34;
}
.AnyTagClassName
{
color: #FC0D34;
}
</style>
background-color css
<style>
a { background-color: #FC0D34; }
a { background-color: rgb(252,13,52); }
div.DivClassName
{
background-color: #FC0D34;
}
.BgClassName
{
background-color: #FC0D34;
}
</style>
border-color css
<style>
span { border-color: #FC0D34; }
span { border-color: rgb(252,13,52); }
td.TdClassName
{
border-color: #FC0D34;
}
.TagClassName
{
border-color: #FC0D34;
}
</style>