Shades of Torch Red #FC030B
Tints of Torch Red #FC030B
RGB
CMYK
RGB Variations
Color information
#FC030B (or 0xFC030B) is known color: Torch Red. HEX triplet: FC, 03 and 0B. RGB value is (252,3,11). Sum of RGB (Red+Green+Blue) = 252+3+11=266 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.74% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 252 - color contains mainly: red. Hex color #FC030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC030B is #03FCF4. Grayscale: #4E4E4E. Windows color (decimal): -261365 or 721916. OLE color: 721916.
HSL color Cylindrical-coordinate representation of color #FC030B: hue angle of 358.07º 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 #FC030B is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.01 |
| HSL | 358.07º | 0.98% | 0.5% | - |
| HSV(B) | 358.07º | 0.99% | 0.99% | - |
| XYZ | 40.24 | 20.78 | 2.21 | - |
| YUV | 78.36 | 89.99 | 251.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 11 | 0 | 0.99 | 0.96 | 0.01 | 358.07 | 0.98 | 0.5 |
| Hex | FC | 3 | B | 0 | 63 | 60 | 1 | 166 | 62 | 32 |
| Octal | 374 | 3 | 13 | 0 | 143 | 140 | 1 | 546 | 142 | 62 |
| Binary | 11111100 | 11 | 1011 | 0 | 1100011 | 1100000 | 1 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FC030B
Complementary color
Monochromatic Colors of #FC030B
Black with #FC030B
Text Example
Text Example
White with #FC030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC030B; }
p { color: rgb(252,3,11); }
H1.HeaderClassName
{
color: #FC030B;
}
.AnyTagClassName
{
color: #FC030B;
}
</style>
background-color css
<style>
a { background-color: #FC030B; }
a { background-color: rgb(252,3,11); }
div.DivClassName
{
background-color: #FC030B;
}
.BgClassName
{
background-color: #FC030B;
}
</style>
border-color css
<style>
span { border-color: #FC030B; }
span { border-color: rgb(252,3,11); }
td.TdClassName
{
border-color: #FC030B;
}
.TagClassName
{
border-color: #FC030B;
}
</style>