Shades of Torch Red #FE2344
Tints of Torch Red #FE2344
RGB
CMYK
RGB Variations
Color information
#FE2344 (or 0xFE2344) is known color: Torch Red. HEX triplet: FE, 23 and 44. RGB value is (254,35,68). Sum of RGB (Red+Green+Blue) = 254+35+68=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2344 is #01DCBB. Grayscale: #686868. Windows color (decimal): -122044 or 4465662. OLE color: 4465662.
HSL color Cylindrical-coordinate representation of color #FE2344: hue angle of 350.96º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2344 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 68 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.00 |
| HSL | 350.96º | 0.99% | 0.57% | - |
| HSV(B) | 350.96º | 0.86% | 1% | - |
| XYZ | 42.52 | 22.69 | 7.61 | - |
| YUV | 104.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 68 | 0 | 0.86 | 0.73 | 0.00 | 350.96 | 0.99 | 0.57 |
| Hex | FE | 23 | 44 | 0 | 56 | 49 | 0 | 15F | 63 | 39 |
| Octal | 376 | 43 | 104 | 0 | 126 | 111 | 0 | 537 | 143 | 71 |
| Binary | 11111110 | 100011 | 1000100 | 0 | 1010110 | 1001001 | 0 | 101011111 | 1100011 | 111001 |
Color Harmonies of #FE2344
Complementary color
Monochromatic Colors of #FE2344
Black with #FE2344
Text Example
Text Example
White with #FE2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2344; }
p { color: rgb(254,35,68); }
H1.HeaderClassName
{
color: #FE2344;
}
.AnyTagClassName
{
color: #FE2344;
}
</style>
background-color css
<style>
a { background-color: #FE2344; }
a { background-color: rgb(254,35,68); }
div.DivClassName
{
background-color: #FE2344;
}
.BgClassName
{
background-color: #FE2344;
}
</style>
border-color css
<style>
span { border-color: #FE2344; }
span { border-color: rgb(254,35,68); }
td.TdClassName
{
border-color: #FE2344;
}
.TagClassName
{
border-color: #FE2344;
}
</style>