Shades of Torch Red #FF1B28
Tints of Torch Red #FF1B28
RGB
CMYK
RGB Variations
Color information
#FF1B28 (or 0xFF1B28) is known color: Torch Red. HEX triplet: FF, 1B and 28. RGB value is (255,27,40). Sum of RGB (Red+Green+Blue) = 255+27+40=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B28 is #00E4D7. Grayscale: #606060. Windows color (decimal): -58584 or 2628607. OLE color: 2628607.
HSL color Cylindrical-coordinate representation of color #FF1B28: hue angle of 356.58º 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 #FF1B28 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 40 | - |
| CMYK | 0 | 0.89 | 0.84 | 0 |
| HSL | 356.58º | 1% | 0.55% | - |
| HSV(B) | 356.58º | 0.89% | 1% | - |
| XYZ | 42.01 | 22.2 | 4.08 | - |
| YUV | 96.65 | 96.04 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 40 | 0 | 0.89 | 0.84 | 0 | 356.58 | 1 | 0.55 |
| Hex | FF | 1B | 28 | 0 | 59 | 54 | 0 | 165 | 64 | 37 |
| Octal | 377 | 33 | 50 | 0 | 131 | 124 | 0 | 545 | 144 | 67 |
| Binary | 11111111 | 11011 | 101000 | 0 | 1011001 | 1010100 | 0 | 101100101 | 1100100 | 110111 |
Color Harmonies of #FF1B28
Complementary color
Monochromatic Colors of #FF1B28
Black with #FF1B28
Text Example
Text Example
White with #FF1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B28; }
p { color: rgb(255,27,40); }
H1.HeaderClassName
{
color: #FF1B28;
}
.AnyTagClassName
{
color: #FF1B28;
}
</style>
background-color css
<style>
a { background-color: #FF1B28; }
a { background-color: rgb(255,27,40); }
div.DivClassName
{
background-color: #FF1B28;
}
.BgClassName
{
background-color: #FF1B28;
}
</style>
border-color css
<style>
span { border-color: #FF1B28; }
span { border-color: rgb(255,27,40); }
td.TdClassName
{
border-color: #FF1B28;
}
.TagClassName
{
border-color: #FF1B28;
}
</style>