Shades of Torch Red #FC232A
Tints of Torch Red #FC232A
RGB
CMYK
RGB Variations
Color information
#FC232A (or 0xFC232A) is known color: Torch Red. HEX triplet: FC, 23 and 2A. RGB value is (252,35,42). Sum of RGB (Red+Green+Blue) = 252+35+42=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC232A is #03DCD5. Grayscale: #646464. Windows color (decimal): -253142 or 2761724. OLE color: 2761724.
HSL color Cylindrical-coordinate representation of color #FC232A: hue angle of 358.06º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC232A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 42 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.01 |
| HSL | 358.06º | 0.97% | 0.56% | - |
| HSV(B) | 358.06º | 0.86% | 0.99% | - |
| XYZ | 41.16 | 22.06 | 4.28 | - |
| YUV | 100.68 | 94.89 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 42 | 0 | 0.86 | 0.83 | 0.01 | 358.06 | 0.97 | 0.56 |
| Hex | FC | 23 | 2A | 0 | 56 | 53 | 1 | 166 | 61 | 38 |
| Octal | 374 | 43 | 52 | 0 | 126 | 123 | 1 | 546 | 141 | 70 |
| Binary | 11111100 | 100011 | 101010 | 0 | 1010110 | 1010011 | 1 | 101100110 | 1100001 | 111000 |
Color Harmonies of #FC232A
Complementary color
Monochromatic Colors of #FC232A
Black with #FC232A
Text Example
Text Example
White with #FC232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC232A; }
p { color: rgb(252,35,42); }
H1.HeaderClassName
{
color: #FC232A;
}
.AnyTagClassName
{
color: #FC232A;
}
</style>
background-color css
<style>
a { background-color: #FC232A; }
a { background-color: rgb(252,35,42); }
div.DivClassName
{
background-color: #FC232A;
}
.BgClassName
{
background-color: #FC232A;
}
</style>
border-color css
<style>
span { border-color: #FC232A; }
span { border-color: rgb(252,35,42); }
td.TdClassName
{
border-color: #FC232A;
}
.TagClassName
{
border-color: #FC232A;
}
</style>