Shades of Torch Red #FC0B28
Tints of Torch Red #FC0B28
RGB
CMYK
RGB Variations
Color information
#FC0B28 (or 0xFC0B28) is known color: Torch Red. HEX triplet: FC, 0B and 28. RGB value is (252,11,40). Sum of RGB (Red+Green+Blue) = 252+11+40=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0B28 is #03F4D7. Grayscale: #565656. Windows color (decimal): -259288 or 2624508. OLE color: 2624508.
HSL color Cylindrical-coordinate representation of color #FC0B28: hue angle of 352.78º 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 #FC0B28 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 40 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.01 |
| HSL | 352.78º | 0.98% | 0.52% | - |
| HSV(B) | 352.78º | 0.96% | 0.99% | - |
| XYZ | 40.65 | 21.09 | 3.94 | - |
| YUV | 86.37 | 101.84 | 246.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 40 | 0 | 0.96 | 0.84 | 0.01 | 352.78 | 0.98 | 0.52 |
| Hex | FC | B | 28 | 0 | 60 | 54 | 1 | 161 | 62 | 34 |
| Octal | 374 | 13 | 50 | 0 | 140 | 124 | 1 | 541 | 142 | 64 |
| Binary | 11111100 | 1011 | 101000 | 0 | 1100000 | 1010100 | 1 | 101100001 | 1100010 | 110100 |
Color Harmonies of #FC0B28
Complementary color
Monochromatic Colors of #FC0B28
Black with #FC0B28
Text Example
Text Example
White with #FC0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B28; }
p { color: rgb(252,11,40); }
H1.HeaderClassName
{
color: #FC0B28;
}
.AnyTagClassName
{
color: #FC0B28;
}
</style>
background-color css
<style>
a { background-color: #FC0B28; }
a { background-color: rgb(252,11,40); }
div.DivClassName
{
background-color: #FC0B28;
}
.BgClassName
{
background-color: #FC0B28;
}
</style>
border-color css
<style>
span { border-color: #FC0B28; }
span { border-color: rgb(252,11,40); }
td.TdClassName
{
border-color: #FC0B28;
}
.TagClassName
{
border-color: #FC0B28;
}
</style>