Shades of Torch Red #FB1D23
Tints of Torch Red #FB1D23
RGB
CMYK
RGB Variations
Color information
#FB1D23 (or 0xFB1D23) is known color: Torch Red. HEX triplet: FB, 1D and 23. RGB value is (251,29,35). Sum of RGB (Red+Green+Blue) = 251+29+35=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1D23 is #04E2DC. Grayscale: #606060. Windows color (decimal): -320221 or 2301435. OLE color: 2301435.
HSL color Cylindrical-coordinate representation of color #FB1D23: hue angle of 358.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1D23 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 35 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.02 |
| HSL | 358.38º | 0.97% | 0.55% | - |
| HSV(B) | 358.38º | 0.88% | 0.98% | - |
| XYZ | 40.53 | 21.51 | 3.61 | - |
| YUV | 96.06 | 93.55 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 35 | 0 | 0.88 | 0.86 | 0.02 | 358.38 | 0.97 | 0.55 |
| Hex | FB | 1D | 23 | 0 | 58 | 56 | 2 | 166 | 61 | 37 |
| Octal | 373 | 35 | 43 | 0 | 130 | 126 | 2 | 546 | 141 | 67 |
| Binary | 11111011 | 11101 | 100011 | 0 | 1011000 | 1010110 | 10 | 101100110 | 1100001 | 110111 |
Color Harmonies of #FB1D23
Complementary color
Monochromatic Colors of #FB1D23
Black with #FB1D23
Text Example
Text Example
White with #FB1D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D23; }
p { color: rgb(251,29,35); }
H1.HeaderClassName
{
color: #FB1D23;
}
.AnyTagClassName
{
color: #FB1D23;
}
</style>
background-color css
<style>
a { background-color: #FB1D23; }
a { background-color: rgb(251,29,35); }
div.DivClassName
{
background-color: #FB1D23;
}
.BgClassName
{
background-color: #FB1D23;
}
</style>
border-color css
<style>
span { border-color: #FB1D23; }
span { border-color: rgb(251,29,35); }
td.TdClassName
{
border-color: #FB1D23;
}
.TagClassName
{
border-color: #FB1D23;
}
</style>