Shades of Torch Red #FB0417
Tints of Torch Red #FB0417
RGB
CMYK
RGB Variations
Color information
#FB0417 (or 0xFB0417) is known color: Torch Red. HEX triplet: FB, 04 and 17. RGB value is (251,4,23). Sum of RGB (Red+Green+Blue) = 251+4+23=278 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.29% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0417 is #04FBE8. Grayscale: #505050. Windows color (decimal): -326633 or 1508603. OLE color: 1508603.
HSL color Cylindrical-coordinate representation of color #FB0417: hue angle of 355.38º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0417 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.02 |
| HSL | 355.38º | 0.97% | 0.5% | - |
| HSV(B) | 355.38º | 0.98% | 0.98% | - |
| XYZ | 39.98 | 20.66 | 2.69 | - |
| YUV | 80.02 | 95.83 | 249.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 23 | 0 | 0.98 | 0.91 | 0.02 | 355.38 | 0.97 | 0.5 |
| Hex | FB | 4 | 17 | 0 | 62 | 5B | 2 | 163 | 61 | 32 |
| Octal | 373 | 4 | 27 | 0 | 142 | 133 | 2 | 543 | 141 | 62 |
| Binary | 11111011 | 100 | 10111 | 0 | 1100010 | 1011011 | 10 | 101100011 | 1100001 | 110010 |
Color Harmonies of #FB0417
Complementary color
Monochromatic Colors of #FB0417
Black with #FB0417
Text Example
Text Example
White with #FB0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0417; }
p { color: rgb(251,4,23); }
H1.HeaderClassName
{
color: #FB0417;
}
.AnyTagClassName
{
color: #FB0417;
}
</style>
background-color css
<style>
a { background-color: #FB0417; }
a { background-color: rgb(251,4,23); }
div.DivClassName
{
background-color: #FB0417;
}
.BgClassName
{
background-color: #FB0417;
}
</style>
border-color css
<style>
span { border-color: #FB0417; }
span { border-color: rgb(251,4,23); }
td.TdClassName
{
border-color: #FB0417;
}
.TagClassName
{
border-color: #FB0417;
}
</style>