Shades of Torch Red #FF1C28
Tints of Torch Red #FF1C28
RGB
CMYK
RGB Variations
Color information
#FF1C28 (or 0xFF1C28) is known color: Torch Red. HEX triplet: FF, 1C and 28. RGB value is (255,28,40). Sum of RGB (Red+Green+Blue) = 255+28+40=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C28 is #00E3D7. Grayscale: #616161. Windows color (decimal): -58328 or 2628863. OLE color: 2628863.
HSL color Cylindrical-coordinate representation of color #FF1C28: hue angle of 356.83º 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 #FF1C28 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 40 | - |
| CMYK | 0 | 0.89 | 0.84 | 0 |
| HSL | 356.83º | 1% | 0.55% | - |
| HSV(B) | 356.83º | 0.89% | 1% | - |
| XYZ | 42.04 | 22.24 | 4.09 | - |
| YUV | 97.24 | 95.71 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 40 | 0 | 0.89 | 0.84 | 0 | 356.83 | 1 | 0.55 |
| Hex | FF | 1C | 28 | 0 | 59 | 54 | 0 | 165 | 64 | 37 |
| Octal | 377 | 34 | 50 | 0 | 131 | 124 | 0 | 545 | 144 | 67 |
| Binary | 11111111 | 11100 | 101000 | 0 | 1011001 | 1010100 | 0 | 101100101 | 1100100 | 110111 |
Color Harmonies of #FF1C28
Complementary color
Monochromatic Colors of #FF1C28
Black with #FF1C28
Text Example
Text Example
White with #FF1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C28; }
p { color: rgb(255,28,40); }
H1.HeaderClassName
{
color: #FF1C28;
}
.AnyTagClassName
{
color: #FF1C28;
}
</style>
background-color css
<style>
a { background-color: #FF1C28; }
a { background-color: rgb(255,28,40); }
div.DivClassName
{
background-color: #FF1C28;
}
.BgClassName
{
background-color: #FF1C28;
}
</style>
border-color css
<style>
span { border-color: #FF1C28; }
span { border-color: rgb(255,28,40); }
td.TdClassName
{
border-color: #FF1C28;
}
.TagClassName
{
border-color: #FF1C28;
}
</style>