Shades of Torch Red #FE1B3C
Tints of Torch Red #FE1B3C
RGB
CMYK
RGB Variations
Color information
#FE1B3C (or 0xFE1B3C) is known color: Torch Red. HEX triplet: FE, 1B and 3C. RGB value is (254,27,60). Sum of RGB (Red+Green+Blue) = 254+27+60=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1B3C is #01E4C3. Grayscale: #626262. Windows color (decimal): -124100 or 3939326. OLE color: 3939326.
HSL color Cylindrical-coordinate representation of color #FE1B3C: hue angle of 351.28º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1B3C is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 60 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.00 |
| HSL | 351.28º | 0.99% | 0.55% | - |
| HSV(B) | 351.28º | 0.89% | 1% | - |
| XYZ | 42.08 | 22.18 | 6.34 | - |
| YUV | 98.64 | 106.21 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 60 | 0 | 0.89 | 0.76 | 0.00 | 351.28 | 0.99 | 0.55 |
| Hex | FE | 1B | 3C | 0 | 59 | 4C | 0 | 15F | 63 | 37 |
| Octal | 376 | 33 | 74 | 0 | 131 | 114 | 0 | 537 | 143 | 67 |
| Binary | 11111110 | 11011 | 111100 | 0 | 1011001 | 1001100 | 0 | 101011111 | 1100011 | 110111 |
Color Harmonies of #FE1B3C
Complementary color
Monochromatic Colors of #FE1B3C
Black with #FE1B3C
Text Example
Text Example
White with #FE1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1B3C; }
p { color: rgb(254,27,60); }
H1.HeaderClassName
{
color: #FE1B3C;
}
.AnyTagClassName
{
color: #FE1B3C;
}
</style>
background-color css
<style>
a { background-color: #FE1B3C; }
a { background-color: rgb(254,27,60); }
div.DivClassName
{
background-color: #FE1B3C;
}
.BgClassName
{
background-color: #FE1B3C;
}
</style>
border-color css
<style>
span { border-color: #FE1B3C; }
span { border-color: rgb(254,27,60); }
td.TdClassName
{
border-color: #FE1B3C;
}
.TagClassName
{
border-color: #FE1B3C;
}
</style>