Shades of Torch Red #FE0423
Tints of Torch Red #FE0423
RGB
CMYK
RGB Variations
Color information
#FE0423 (or 0xFE0423) is known color: Torch Red. HEX triplet: FE, 04 and 23. RGB value is (254,4,35). Sum of RGB (Red+Green+Blue) = 254+4+35=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0423 is #01FBDC. Grayscale: #525252. Windows color (decimal): -130013 or 2295038. OLE color: 2295038.
HSL color Cylindrical-coordinate representation of color #FE0423: hue angle of 352.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0423 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.00 |
| HSL | 352.56º | 0.99% | 0.51% | - |
| HSV(B) | 352.56º | 0.98% | 1% | - |
| XYZ | 41.22 | 21.28 | 3.52 | - |
| YUV | 82.28 | 101.33 | 250.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 35 | 0 | 0.98 | 0.86 | 0.00 | 352.56 | 0.99 | 0.51 |
| Hex | FE | 4 | 23 | 0 | 62 | 56 | 0 | 161 | 63 | 33 |
| Octal | 376 | 4 | 43 | 0 | 142 | 126 | 0 | 541 | 143 | 63 |
| Binary | 11111110 | 100 | 100011 | 0 | 1100010 | 1010110 | 0 | 101100001 | 1100011 | 110011 |
Color Harmonies of #FE0423
Complementary color
Monochromatic Colors of #FE0423
Black with #FE0423
Text Example
Text Example
White with #FE0423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0423; }
p { color: rgb(254,4,35); }
H1.HeaderClassName
{
color: #FE0423;
}
.AnyTagClassName
{
color: #FE0423;
}
</style>
background-color css
<style>
a { background-color: #FE0423; }
a { background-color: rgb(254,4,35); }
div.DivClassName
{
background-color: #FE0423;
}
.BgClassName
{
background-color: #FE0423;
}
</style>
border-color css
<style>
span { border-color: #FE0423; }
span { border-color: rgb(254,4,35); }
td.TdClassName
{
border-color: #FE0423;
}
.TagClassName
{
border-color: #FE0423;
}
</style>