Shades of Torch Red #FC0B23
Tints of Torch Red #FC0B23
RGB
CMYK
RGB Variations
Color information
#FC0B23 (or 0xFC0B23) is known color: Torch Red. HEX triplet: FC, 0B and 23. RGB value is (252,11,35). Sum of RGB (Red+Green+Blue) = 252+11+35=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0B23 is #03F4DC. Grayscale: #555555. Windows color (decimal): -259293 or 2296828. OLE color: 2296828.
HSL color Cylindrical-coordinate representation of color #FC0B23: hue angle of 354.02º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0B23 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 35 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.01 |
| HSL | 354.02º | 0.98% | 0.52% | - |
| HSV(B) | 354.02º | 0.96% | 0.99% | - |
| XYZ | 40.57 | 21.06 | 3.52 | - |
| YUV | 85.8 | 99.34 | 246.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 35 | 0 | 0.96 | 0.86 | 0.01 | 354.02 | 0.98 | 0.52 |
| Hex | FC | B | 23 | 0 | 60 | 56 | 1 | 162 | 62 | 34 |
| Octal | 374 | 13 | 43 | 0 | 140 | 126 | 1 | 542 | 142 | 64 |
| Binary | 11111100 | 1011 | 100011 | 0 | 1100000 | 1010110 | 1 | 101100010 | 1100010 | 110100 |
Color Harmonies of #FC0B23
Complementary color
Monochromatic Colors of #FC0B23
Black with #FC0B23
Text Example
Text Example
White with #FC0B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B23; }
p { color: rgb(252,11,35); }
H1.HeaderClassName
{
color: #FC0B23;
}
.AnyTagClassName
{
color: #FC0B23;
}
</style>
background-color css
<style>
a { background-color: #FC0B23; }
a { background-color: rgb(252,11,35); }
div.DivClassName
{
background-color: #FC0B23;
}
.BgClassName
{
background-color: #FC0B23;
}
</style>
border-color css
<style>
span { border-color: #FC0B23; }
span { border-color: rgb(252,11,35); }
td.TdClassName
{
border-color: #FC0B23;
}
.TagClassName
{
border-color: #FC0B23;
}
</style>