Shades of Torch Red #FF1850
Tints of Torch Red #FF1850
RGB
CMYK
RGB Variations
Color information
#FF1850 (or 0xFF1850) is known color: Torch Red. HEX triplet: FF, 18 and 50. RGB value is (255,24,80). Sum of RGB (Red+Green+Blue) = 255+24+80=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1850 is #00E7AF. Grayscale: #636363. Windows color (decimal): -59312 or 5249279. OLE color: 5249279.
HSL color Cylindrical-coordinate representation of color #FF1850: hue angle of 345.45º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1850 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 80 | - |
| CMYK | 0 | 0.91 | 0.69 | 0 |
| HSL | 345.45º | 1% | 0.55% | - |
| HSV(B) | 345.45º | 0.91% | 1% | - |
| XYZ | 43.01 | 22.49 | 9.66 | - |
| YUV | 99.45 | 117.03 | 238.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 80 | 0 | 0.91 | 0.69 | 0 | 345.45 | 1 | 0.55 |
| Hex | FF | 18 | 50 | 0 | 5B | 45 | 0 | 159 | 64 | 37 |
| Octal | 377 | 30 | 120 | 0 | 133 | 105 | 0 | 531 | 144 | 67 |
| Binary | 11111111 | 11000 | 1010000 | 0 | 1011011 | 1000101 | 0 | 101011001 | 1100100 | 110111 |
Color Harmonies of #FF1850
Complementary color
Monochromatic Colors of #FF1850
Black with #FF1850
Text Example
Text Example
White with #FF1850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1850; }
p { color: rgb(255,24,80); }
H1.HeaderClassName
{
color: #FF1850;
}
.AnyTagClassName
{
color: #FF1850;
}
</style>
background-color css
<style>
a { background-color: #FF1850; }
a { background-color: rgb(255,24,80); }
div.DivClassName
{
background-color: #FF1850;
}
.BgClassName
{
background-color: #FF1850;
}
</style>
border-color css
<style>
span { border-color: #FF1850; }
span { border-color: rgb(255,24,80); }
td.TdClassName
{
border-color: #FF1850;
}
.TagClassName
{
border-color: #FF1850;
}
</style>