Shades of Torch Red #FE1843
Tints of Torch Red #FE1843
RGB
CMYK
RGB Variations
Color information
#FE1843 (or 0xFE1843) is known color: Torch Red. HEX triplet: FE, 18 and 43. RGB value is (254,24,67). Sum of RGB (Red+Green+Blue) = 254+24+67=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1843 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1843 is #01E7BC. Grayscale: #616161. Windows color (decimal): -124861 or 4397310. OLE color: 4397310.
HSL color Cylindrical-coordinate representation of color #FE1843: hue angle of 348.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1843 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 67 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.00 |
| HSL | 348.78º | 0.99% | 0.55% | - |
| HSV(B) | 348.78º | 0.91% | 1% | - |
| XYZ | 42.21 | 22.13 | 7.36 | - |
| YUV | 97.67 | 110.7 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 67 | 0 | 0.91 | 0.74 | 0.00 | 348.78 | 0.99 | 0.55 |
| Hex | FE | 18 | 43 | 0 | 5B | 4A | 0 | 15D | 63 | 37 |
| Octal | 376 | 30 | 103 | 0 | 133 | 112 | 0 | 535 | 143 | 67 |
| Binary | 11111110 | 11000 | 1000011 | 0 | 1011011 | 1001010 | 0 | 101011101 | 1100011 | 110111 |
Color Harmonies of #FE1843
Complementary color
Monochromatic Colors of #FE1843
Black with #FE1843
Text Example
Text Example
White with #FE1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1843; }
p { color: rgb(254,24,67); }
H1.HeaderClassName
{
color: #FE1843;
}
.AnyTagClassName
{
color: #FE1843;
}
</style>
background-color css
<style>
a { background-color: #FE1843; }
a { background-color: rgb(254,24,67); }
div.DivClassName
{
background-color: #FE1843;
}
.BgClassName
{
background-color: #FE1843;
}
</style>
border-color css
<style>
span { border-color: #FE1843; }
span { border-color: rgb(254,24,67); }
td.TdClassName
{
border-color: #FE1843;
}
.TagClassName
{
border-color: #FE1843;
}
</style>