Shades of Torch Red #FF1B21
Tints of Torch Red #FF1B21
RGB
CMYK
RGB Variations
Color information
#FF1B21 (or 0xFF1B21) is known color: Torch Red. HEX triplet: FF, 1B and 21. RGB value is (255,27,33). Sum of RGB (Red+Green+Blue) = 255+27+33=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B21 is #00E4DE. Grayscale: #606060. Windows color (decimal): -58591 or 2169855. OLE color: 2169855.
HSL color Cylindrical-coordinate representation of color #FF1B21: hue angle of 358.42º 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 #FF1B21 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 33 | - |
| CMYK | 0 | 0.89 | 0.87 | 0 |
| HSL | 358.42º | 1% | 0.55% | - |
| HSV(B) | 358.42º | 0.89% | 1% | - |
| XYZ | 41.91 | 22.15 | 3.51 | - |
| YUV | 95.86 | 92.54 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 33 | 0 | 0.89 | 0.87 | 0 | 358.42 | 1 | 0.55 |
| Hex | FF | 1B | 21 | 0 | 59 | 57 | 0 | 166 | 64 | 37 |
| Octal | 377 | 33 | 41 | 0 | 131 | 127 | 0 | 546 | 144 | 67 |
| Binary | 11111111 | 11011 | 100001 | 0 | 1011001 | 1010111 | 0 | 101100110 | 1100100 | 110111 |
Color Harmonies of #FF1B21
Complementary color
Monochromatic Colors of #FF1B21
Black with #FF1B21
Text Example
Text Example
White with #FF1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B21; }
p { color: rgb(255,27,33); }
H1.HeaderClassName
{
color: #FF1B21;
}
.AnyTagClassName
{
color: #FF1B21;
}
</style>
background-color css
<style>
a { background-color: #FF1B21; }
a { background-color: rgb(255,27,33); }
div.DivClassName
{
background-color: #FF1B21;
}
.BgClassName
{
background-color: #FF1B21;
}
</style>
border-color css
<style>
span { border-color: #FF1B21; }
span { border-color: rgb(255,27,33); }
td.TdClassName
{
border-color: #FF1B21;
}
.TagClassName
{
border-color: #FF1B21;
}
</style>