Shades of Torch Red #FB0203
Tints of Torch Red #FB0203
RGB
CMYK
RGB Variations
Color information
#FB0203 (or 0xFB0203) is known color: Torch Red. HEX triplet: FB, 02 and 03. RGB value is (251,2,3). Sum of RGB (Red+Green+Blue) = 251+2+3=256 (33% of max value = 765). Red value is 251 (98.44% from 255 or 98.05% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0203 is #04FDFC. Grayscale: #4C4C4C. Windows color (decimal): -327165 or 197371. OLE color: 197371.
HSL color Cylindrical-coordinate representation of color #FB0203: hue angle of 359.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0203 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.02 |
| HSL | 359.76º | 0.98% | 0.5% | - |
| HSV(B) | 359.76º | 0.99% | 0.98% | - |
| XYZ | 39.82 | 20.56 | 1.96 | - |
| YUV | 76.57 | 86.49 | 252.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 3 | 0 | 0.99 | 0.99 | 0.02 | 359.76 | 0.98 | 0.5 |
| Hex | FB | 2 | 3 | 0 | 63 | 63 | 2 | 168 | 62 | 32 |
| Octal | 373 | 2 | 3 | 0 | 143 | 143 | 2 | 550 | 142 | 62 |
| Binary | 11111011 | 10 | 11 | 0 | 1100011 | 1100011 | 10 | 101101000 | 1100010 | 110010 |
Color Harmonies of #FB0203
Complementary color
Monochromatic Colors of #FB0203
Black with #FB0203
Text Example
Text Example
White with #FB0203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0203; }
p { color: rgb(251,2,3); }
H1.HeaderClassName
{
color: #FB0203;
}
.AnyTagClassName
{
color: #FB0203;
}
</style>
background-color css
<style>
a { background-color: #FB0203; }
a { background-color: rgb(251,2,3); }
div.DivClassName
{
background-color: #FB0203;
}
.BgClassName
{
background-color: #FB0203;
}
</style>
border-color css
<style>
span { border-color: #FB0203; }
span { border-color: rgb(251,2,3); }
td.TdClassName
{
border-color: #FB0203;
}
.TagClassName
{
border-color: #FB0203;
}
</style>