Shades of Torch Red #FF1C2E
Tints of Torch Red #FF1C2E
RGB
CMYK
RGB Variations
Color information
#FF1C2E (or 0xFF1C2E) is known color: Torch Red. HEX triplet: FF, 1C and 2E. RGB value is (255,28,46). Sum of RGB (Red+Green+Blue) = 255+28+46=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C2E is #00E3D1. Grayscale: #626262. Windows color (decimal): -58322 or 3022079. OLE color: 3022079.
HSL color Cylindrical-coordinate representation of color #FF1C2E: hue angle of 355.24º 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 #FF1C2E is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 46 | - |
| CMYK | 0 | 0.89 | 0.82 | 0 |
| HSL | 355.24º | 1% | 0.55% | - |
| HSV(B) | 355.24º | 0.89% | 1% | - |
| XYZ | 42.15 | 22.29 | 4.67 | - |
| YUV | 97.93 | 98.71 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 46 | 0 | 0.89 | 0.82 | 0 | 355.24 | 1 | 0.55 |
| Hex | FF | 1C | 2E | 0 | 59 | 52 | 0 | 163 | 64 | 37 |
| Octal | 377 | 34 | 56 | 0 | 131 | 122 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 11100 | 101110 | 0 | 1011001 | 1010010 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF1C2E
Complementary color
Monochromatic Colors of #FF1C2E
Black with #FF1C2E
Text Example
Text Example
White with #FF1C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C2E; }
p { color: rgb(255,28,46); }
H1.HeaderClassName
{
color: #FF1C2E;
}
.AnyTagClassName
{
color: #FF1C2E;
}
</style>
background-color css
<style>
a { background-color: #FF1C2E; }
a { background-color: rgb(255,28,46); }
div.DivClassName
{
background-color: #FF1C2E;
}
.BgClassName
{
background-color: #FF1C2E;
}
</style>
border-color css
<style>
span { border-color: #FF1C2E; }
span { border-color: rgb(255,28,46); }
td.TdClassName
{
border-color: #FF1C2E;
}
.TagClassName
{
border-color: #FF1C2E;
}
</style>