Shades of Torch Red #FC0B43
Tints of Torch Red #FC0B43
RGB
CMYK
RGB Variations
Color information
#FC0B43 (or 0xFC0B43) is known color: Torch Red. HEX triplet: FC, 0B and 43. RGB value is (252,11,67). Sum of RGB (Red+Green+Blue) = 252+11+67=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0B43 is #03F4BC. Grayscale: #595959. Windows color (decimal): -259261 or 4393980. OLE color: 4393980.
HSL color Cylindrical-coordinate representation of color #FC0B43: hue angle of 346.06º 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 #FC0B43 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 67 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.01 |
| HSL | 346.06º | 0.98% | 0.52% | - |
| HSV(B) | 346.06º | 0.96% | 0.99% | - |
| XYZ | 41.28 | 21.34 | 7.25 | - |
| YUV | 89.44 | 115.34 | 243.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 67 | 0 | 0.96 | 0.73 | 0.01 | 346.06 | 0.98 | 0.52 |
| Hex | FC | B | 43 | 0 | 60 | 49 | 1 | 15A | 62 | 34 |
| Octal | 374 | 13 | 103 | 0 | 140 | 111 | 1 | 532 | 142 | 64 |
| Binary | 11111100 | 1011 | 1000011 | 0 | 1100000 | 1001001 | 1 | 101011010 | 1100010 | 110100 |
Color Harmonies of #FC0B43
Complementary color
Monochromatic Colors of #FC0B43
Black with #FC0B43
Text Example
Text Example
White with #FC0B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B43; }
p { color: rgb(252,11,67); }
H1.HeaderClassName
{
color: #FC0B43;
}
.AnyTagClassName
{
color: #FC0B43;
}
</style>
background-color css
<style>
a { background-color: #FC0B43; }
a { background-color: rgb(252,11,67); }
div.DivClassName
{
background-color: #FC0B43;
}
.BgClassName
{
background-color: #FC0B43;
}
</style>
border-color css
<style>
span { border-color: #FC0B43; }
span { border-color: rgb(252,11,67); }
td.TdClassName
{
border-color: #FC0B43;
}
.TagClassName
{
border-color: #FC0B43;
}
</style>