Shades of Torch Red #FF1B24
Tints of Torch Red #FF1B24
RGB
CMYK
RGB Variations
Color information
#FF1B24 (or 0xFF1B24) is known color: Torch Red. HEX triplet: FF, 1B and 24. RGB value is (255,27,36). Sum of RGB (Red+Green+Blue) = 255+27+36=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B24 is #00E4DB. Grayscale: #606060. Windows color (decimal): -58588 or 2366463. OLE color: 2366463.
HSL color Cylindrical-coordinate representation of color #FF1B24: hue angle of 357.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1B24 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 36 | - |
| CMYK | 0 | 0.89 | 0.86 | 0 |
| HSL | 357.63º | 1% | 0.55% | - |
| HSV(B) | 357.63º | 0.89% | 1% | - |
| XYZ | 41.95 | 22.17 | 3.74 | - |
| YUV | 96.2 | 94.04 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 36 | 0 | 0.89 | 0.86 | 0 | 357.63 | 1 | 0.55 |
| Hex | FF | 1B | 24 | 0 | 59 | 56 | 0 | 166 | 64 | 37 |
| Octal | 377 | 33 | 44 | 0 | 131 | 126 | 0 | 546 | 144 | 67 |
| Binary | 11111111 | 11011 | 100100 | 0 | 1011001 | 1010110 | 0 | 101100110 | 1100100 | 110111 |
Color Harmonies of #FF1B24
Complementary color
Monochromatic Colors of #FF1B24
Black with #FF1B24
Text Example
Text Example
White with #FF1B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B24; }
p { color: rgb(255,27,36); }
H1.HeaderClassName
{
color: #FF1B24;
}
.AnyTagClassName
{
color: #FF1B24;
}
</style>
background-color css
<style>
a { background-color: #FF1B24; }
a { background-color: rgb(255,27,36); }
div.DivClassName
{
background-color: #FF1B24;
}
.BgClassName
{
background-color: #FF1B24;
}
</style>
border-color css
<style>
span { border-color: #FF1B24; }
span { border-color: rgb(255,27,36); }
td.TdClassName
{
border-color: #FF1B24;
}
.TagClassName
{
border-color: #FF1B24;
}
</style>