Shades of Torch Red #FE2334
Tints of Torch Red #FE2334
RGB
CMYK
RGB Variations
Color information
#FE2334 (or 0xFE2334) is known color: Torch Red. HEX triplet: FE, 23 and 34. RGB value is (254,35,52). Sum of RGB (Red+Green+Blue) = 254+35+52=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2334 is #01DCCB. Grayscale: #666666. Windows color (decimal): -122060 or 3417086. OLE color: 3417086.
HSL color Cylindrical-coordinate representation of color #FE2334: hue angle of 355.34º 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 #FE2334 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 52 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.00 |
| HSL | 355.34º | 0.99% | 0.57% | - |
| HSV(B) | 355.34º | 0.86% | 1% | - |
| XYZ | 42.09 | 22.52 | 5.38 | - |
| YUV | 102.42 | 99.55 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 52 | 0 | 0.86 | 0.80 | 0.00 | 355.34 | 0.99 | 0.57 |
| Hex | FE | 23 | 34 | 0 | 56 | 50 | 0 | 163 | 63 | 39 |
| Octal | 376 | 43 | 64 | 0 | 126 | 120 | 0 | 543 | 143 | 71 |
| Binary | 11111110 | 100011 | 110100 | 0 | 1010110 | 1010000 | 0 | 101100011 | 1100011 | 111001 |
Color Harmonies of #FE2334
Complementary color
Monochromatic Colors of #FE2334
Black with #FE2334
Text Example
Text Example
White with #FE2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2334; }
p { color: rgb(254,35,52); }
H1.HeaderClassName
{
color: #FE2334;
}
.AnyTagClassName
{
color: #FE2334;
}
</style>
background-color css
<style>
a { background-color: #FE2334; }
a { background-color: rgb(254,35,52); }
div.DivClassName
{
background-color: #FE2334;
}
.BgClassName
{
background-color: #FE2334;
}
</style>
border-color css
<style>
span { border-color: #FE2334; }
span { border-color: rgb(254,35,52); }
td.TdClassName
{
border-color: #FE2334;
}
.TagClassName
{
border-color: #FE2334;
}
</style>