Shades of Torch Red #FE2327
Tints of Torch Red #FE2327
RGB
CMYK
RGB Variations
Color information
#FE2327 (or 0xFE2327) is known color: Torch Red. HEX triplet: FE, 23 and 27. RGB value is (254,35,39). Sum of RGB (Red+Green+Blue) = 254+35+39=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2327 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2327 is #01DCD8. Grayscale: #656565. Windows color (decimal): -122073 or 2565118. OLE color: 2565118.
HSL color Cylindrical-coordinate representation of color #FE2327: hue angle of 358.9º 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 #FE2327 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 39 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.00 |
| HSL | 358.9º | 0.99% | 0.57% | - |
| HSV(B) | 358.9º | 0.86% | 1% | - |
| XYZ | 41.84 | 22.42 | 4.04 | - |
| YUV | 100.94 | 93.05 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 39 | 0 | 0.86 | 0.85 | 0.00 | 358.9 | 0.99 | 0.57 |
| Hex | FE | 23 | 27 | 0 | 56 | 55 | 0 | 167 | 63 | 39 |
| Octal | 376 | 43 | 47 | 0 | 126 | 125 | 0 | 547 | 143 | 71 |
| Binary | 11111110 | 100011 | 100111 | 0 | 1010110 | 1010101 | 0 | 101100111 | 1100011 | 111001 |
Color Harmonies of #FE2327
Complementary color
Monochromatic Colors of #FE2327
Black with #FE2327
Text Example
Text Example
White with #FE2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2327; }
p { color: rgb(254,35,39); }
H1.HeaderClassName
{
color: #FE2327;
}
.AnyTagClassName
{
color: #FE2327;
}
</style>
background-color css
<style>
a { background-color: #FE2327; }
a { background-color: rgb(254,35,39); }
div.DivClassName
{
background-color: #FE2327;
}
.BgClassName
{
background-color: #FE2327;
}
</style>
border-color css
<style>
span { border-color: #FE2327; }
span { border-color: rgb(254,35,39); }
td.TdClassName
{
border-color: #FE2327;
}
.TagClassName
{
border-color: #FE2327;
}
</style>