Shades of Torch Red #FF0250
Tints of Torch Red #FF0250
RGB
CMYK
RGB Variations
Color information
#FF0250 (or 0xFF0250) is known color: Torch Red. HEX triplet: FF, 02 and 50. RGB value is (255,2,80). Sum of RGB (Red+Green+Blue) = 255+2+80=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0250 is #00FDAF. Grayscale: #565656. Windows color (decimal): -64944 or 5243647. OLE color: 5243647.
HSL color Cylindrical-coordinate representation of color #FF0250: hue angle of 341.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0250 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.69 | 0 |
| HSL | 341.5º | 1% | 0.5% | - |
| HSV(B) | 341.5º | 0.99% | 1% | - |
| XYZ | 42.71 | 21.88 | 9.56 | - |
| YUV | 86.54 | 124.32 | 248.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 80 | 0 | 0.99 | 0.69 | 0 | 341.5 | 1 | 0.5 |
| Hex | FF | 2 | 50 | 0 | 63 | 45 | 0 | 156 | 64 | 32 |
| Octal | 377 | 2 | 120 | 0 | 143 | 105 | 0 | 526 | 144 | 62 |
| Binary | 11111111 | 10 | 1010000 | 0 | 1100011 | 1000101 | 0 | 101010110 | 1100100 | 110010 |
Color Harmonies of #FF0250
Complementary color
Monochromatic Colors of #FF0250
Black with #FF0250
Text Example
Text Example
White with #FF0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0250; }
p { color: rgb(255,2,80); }
H1.HeaderClassName
{
color: #FF0250;
}
.AnyTagClassName
{
color: #FF0250;
}
</style>
background-color css
<style>
a { background-color: #FF0250; }
a { background-color: rgb(255,2,80); }
div.DivClassName
{
background-color: #FF0250;
}
.BgClassName
{
background-color: #FF0250;
}
</style>
border-color css
<style>
span { border-color: #FF0250; }
span { border-color: rgb(255,2,80); }
td.TdClassName
{
border-color: #FF0250;
}
.TagClassName
{
border-color: #FF0250;
}
</style>