Shades of Torch Red #FB232A
Tints of Torch Red #FB232A
RGB
CMYK
RGB Variations
Color information
#FB232A (or 0xFB232A) is known color: Torch Red. HEX triplet: FB, 23 and 2A. RGB value is (251,35,42). Sum of RGB (Red+Green+Blue) = 251+35+42=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB232A is #04DCD5. Grayscale: #646464. Windows color (decimal): -318678 or 2761723. OLE color: 2761723.
HSL color Cylindrical-coordinate representation of color #FB232A: hue angle of 358.06º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB232A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 42 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.02 |
| HSL | 358.06º | 0.96% | 0.56% | - |
| HSV(B) | 358.06º | 0.86% | 0.98% | - |
| XYZ | 40.8 | 21.88 | 4.26 | - |
| YUV | 100.38 | 95.06 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 42 | 0 | 0.86 | 0.83 | 0.02 | 358.06 | 0.96 | 0.56 |
| Hex | FB | 23 | 2A | 0 | 56 | 53 | 2 | 166 | 60 | 38 |
| Octal | 373 | 43 | 52 | 0 | 126 | 123 | 2 | 546 | 140 | 70 |
| Binary | 11111011 | 100011 | 101010 | 0 | 1010110 | 1010011 | 10 | 101100110 | 1100000 | 111000 |
Color Harmonies of #FB232A
Complementary color
Monochromatic Colors of #FB232A
Black with #FB232A
Text Example
Text Example
White with #FB232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB232A; }
p { color: rgb(251,35,42); }
H1.HeaderClassName
{
color: #FB232A;
}
.AnyTagClassName
{
color: #FB232A;
}
</style>
background-color css
<style>
a { background-color: #FB232A; }
a { background-color: rgb(251,35,42); }
div.DivClassName
{
background-color: #FB232A;
}
.BgClassName
{
background-color: #FB232A;
}
</style>
border-color css
<style>
span { border-color: #FB232A; }
span { border-color: rgb(251,35,42); }
td.TdClassName
{
border-color: #FB232A;
}
.TagClassName
{
border-color: #FB232A;
}
</style>