Shades of Torch Red #FF0102
Tints of Torch Red #FF0102
RGB
CMYK
RGB Variations
Color information
#FF0102 (or 0xFF0102) is known color: Torch Red. HEX triplet: FF, 01 and 02. RGB value is (255,1,2). Sum of RGB (Red+Green+Blue) = 255+1+2=258 (34% of max value = 765). Red value is 255 (100% from 255 or 98.84% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0102 is #00FEFD. Grayscale: #4D4D4D. Windows color (decimal): -65278 or 131583. OLE color: 131583.
HSL color Cylindrical-coordinate representation of color #FF0102: hue angle of 359.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0102 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 2 | - |
| CMYK | 0 | 1.00 | 0.99 | 0 |
| HSL | 359.76º | 1% | 0.5% | - |
| HSV(B) | 359.76º | 1% | 1% | - |
| XYZ | 41.26 | 21.29 | 1.99 | - |
| YUV | 77.06 | 85.65 | 254.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 2 | 0 | 1.00 | 0.99 | 0 | 359.76 | 1 | 0.5 |
| Hex | FF | 1 | 2 | 0 | 64 | 63 | 0 | 168 | 64 | 32 |
| Octal | 377 | 1 | 2 | 0 | 144 | 143 | 0 | 550 | 144 | 62 |
| Binary | 11111111 | 1 | 10 | 0 | 1100100 | 1100011 | 0 | 101101000 | 1100100 | 110010 |
Color Harmonies of #FF0102
Complementary color
Monochromatic Colors of #FF0102
Black with #FF0102
Text Example
Text Example
White with #FF0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0102; }
p { color: rgb(255,1,2); }
H1.HeaderClassName
{
color: #FF0102;
}
.AnyTagClassName
{
color: #FF0102;
}
</style>
background-color css
<style>
a { background-color: #FF0102; }
a { background-color: rgb(255,1,2); }
div.DivClassName
{
background-color: #FF0102;
}
.BgClassName
{
background-color: #FF0102;
}
</style>
border-color css
<style>
span { border-color: #FF0102; }
span { border-color: rgb(255,1,2); }
td.TdClassName
{
border-color: #FF0102;
}
.TagClassName
{
border-color: #FF0102;
}
</style>