Shades of Torch Red #FF1C2D
Tints of Torch Red #FF1C2D
RGB
CMYK
RGB Variations
Color information
#FF1C2D (or 0xFF1C2D) is known color: Torch Red. HEX triplet: FF, 1C and 2D. RGB value is (255,28,45). Sum of RGB (Red+Green+Blue) = 255+28+45=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C2D is #00E3D2. Grayscale: #616161. Windows color (decimal): -58323 or 2956543. OLE color: 2956543.
HSL color Cylindrical-coordinate representation of color #FF1C2D: hue angle of 355.51º 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 #FF1C2D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 45 | - |
| CMYK | 0 | 0.89 | 0.82 | 0 |
| HSL | 355.51º | 1% | 0.55% | - |
| HSV(B) | 355.51º | 0.89% | 1% | - |
| XYZ | 42.13 | 22.28 | 4.56 | - |
| YUV | 97.81 | 98.21 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 45 | 0 | 0.89 | 0.82 | 0 | 355.51 | 1 | 0.55 |
| Hex | FF | 1C | 2D | 0 | 59 | 52 | 0 | 164 | 64 | 37 |
| Octal | 377 | 34 | 55 | 0 | 131 | 122 | 0 | 544 | 144 | 67 |
| Binary | 11111111 | 11100 | 101101 | 0 | 1011001 | 1010010 | 0 | 101100100 | 1100100 | 110111 |
Color Harmonies of #FF1C2D
Complementary color
Monochromatic Colors of #FF1C2D
Black with #FF1C2D
Text Example
Text Example
White with #FF1C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C2D; }
p { color: rgb(255,28,45); }
H1.HeaderClassName
{
color: #FF1C2D;
}
.AnyTagClassName
{
color: #FF1C2D;
}
</style>
background-color css
<style>
a { background-color: #FF1C2D; }
a { background-color: rgb(255,28,45); }
div.DivClassName
{
background-color: #FF1C2D;
}
.BgClassName
{
background-color: #FF1C2D;
}
</style>
border-color css
<style>
span { border-color: #FF1C2D; }
span { border-color: rgb(255,28,45); }
td.TdClassName
{
border-color: #FF1C2D;
}
.TagClassName
{
border-color: #FF1C2D;
}
</style>