Shades of Torch Red #FB0024
Tints of Torch Red #FB0024
RGB
CMYK
RGB Variations
Color information
#FB0024 (or 0xFB0024) is known color: Torch Red. HEX triplet: FB, 00 and 24. RGB value is (251,0,36). Sum of RGB (Red+Green+Blue) = 251+0+36=287 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.46% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0024 is #04FFDB. Grayscale: #4F4F4F. Windows color (decimal): -327644 or 2359547. OLE color: 2359547.
HSL color Cylindrical-coordinate representation of color #FB0024: hue angle of 351.39º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0024 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.86 | 0.02 |
| HSL | 351.39º | 1% | 0.49% | - |
| HSV(B) | 351.39º | 1% | 0.98% | - |
| XYZ | 40.1 | 20.64 | 3.54 | - |
| YUV | 79.15 | 103.66 | 250.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 36 | 0 | 1 | 0.86 | 0.02 | 351.39 | 1 | 0.49 |
| Hex | FB | 0 | 24 | 0 | 64 | 56 | 2 | 15F | 64 | 31 |
| Octal | 373 | 0 | 44 | 0 | 144 | 126 | 2 | 537 | 144 | 61 |
| Binary | 11111011 | 0 | 100100 | 0 | 1100100 | 1010110 | 10 | 101011111 | 1100100 | 110001 |
Color Harmonies of #FB0024
Complementary color
Monochromatic Colors of #FB0024
Black with #FB0024
Text Example
Text Example
White with #FB0024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0024; }
p { color: rgb(251,0,36); }
H1.HeaderClassName
{
color: #FB0024;
}
.AnyTagClassName
{
color: #FB0024;
}
</style>
background-color css
<style>
a { background-color: #FB0024; }
a { background-color: rgb(251,0,36); }
div.DivClassName
{
background-color: #FB0024;
}
.BgClassName
{
background-color: #FB0024;
}
</style>
border-color css
<style>
span { border-color: #FB0024; }
span { border-color: rgb(251,0,36); }
td.TdClassName
{
border-color: #FB0024;
}
.TagClassName
{
border-color: #FB0024;
}
</style>