Shades of Torch Red #FC030C
Tints of Torch Red #FC030C
RGB
CMYK
RGB Variations
Color information
#FC030C (or 0xFC030C) is known color: Torch Red. HEX triplet: FC, 03 and 0C. RGB value is (252,3,12). Sum of RGB (Red+Green+Blue) = 252+3+12=267 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.38% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 252 - color contains mainly: red. Hex color #FC030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC030C is #03FCF3. Grayscale: #4E4E4E. Windows color (decimal): -261364 or 787452. OLE color: 787452.
HSL color Cylindrical-coordinate representation of color #FC030C: hue angle of 357.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC030C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.01 |
| HSL | 357.83º | 0.98% | 0.5% | - |
| HSV(B) | 357.83º | 0.99% | 0.99% | - |
| XYZ | 40.24 | 20.79 | 2.24 | - |
| YUV | 78.48 | 90.49 | 251.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 12 | 0 | 0.99 | 0.95 | 0.01 | 357.83 | 0.98 | 0.5 |
| Hex | FC | 3 | C | 0 | 63 | 5F | 1 | 166 | 62 | 32 |
| Octal | 374 | 3 | 14 | 0 | 143 | 137 | 1 | 546 | 142 | 62 |
| Binary | 11111100 | 11 | 1100 | 0 | 1100011 | 1011111 | 1 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FC030C
Complementary color
Monochromatic Colors of #FC030C
Black with #FC030C
Text Example
Text Example
White with #FC030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC030C; }
p { color: rgb(252,3,12); }
H1.HeaderClassName
{
color: #FC030C;
}
.AnyTagClassName
{
color: #FC030C;
}
</style>
background-color css
<style>
a { background-color: #FC030C; }
a { background-color: rgb(252,3,12); }
div.DivClassName
{
background-color: #FC030C;
}
.BgClassName
{
background-color: #FC030C;
}
</style>
border-color css
<style>
span { border-color: #FC030C; }
span { border-color: rgb(252,3,12); }
td.TdClassName
{
border-color: #FC030C;
}
.TagClassName
{
border-color: #FC030C;
}
</style>