Shades of Torch Red #FE0523
Tints of Torch Red #FE0523
RGB
CMYK
RGB Variations
Color information
#FE0523 (or 0xFE0523) is known color: Torch Red. HEX triplet: FE, 05 and 23. RGB value is (254,5,35). Sum of RGB (Red+Green+Blue) = 254+5+35=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0523 is #01FADC. Grayscale: #535353. Windows color (decimal): -129757 or 2295294. OLE color: 2295294.
HSL color Cylindrical-coordinate representation of color #FE0523: hue angle of 352.77º 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 #FE0523 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.00 |
| HSL | 352.77º | 0.99% | 0.51% | - |
| HSV(B) | 352.77º | 0.98% | 1% | - |
| XYZ | 41.23 | 21.3 | 3.53 | - |
| YUV | 82.87 | 100.99 | 250.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 35 | 0 | 0.98 | 0.86 | 0.00 | 352.77 | 0.99 | 0.51 |
| Hex | FE | 5 | 23 | 0 | 62 | 56 | 0 | 161 | 63 | 33 |
| Octal | 376 | 5 | 43 | 0 | 142 | 126 | 0 | 541 | 143 | 63 |
| Binary | 11111110 | 101 | 100011 | 0 | 1100010 | 1010110 | 0 | 101100001 | 1100011 | 110011 |
Color Harmonies of #FE0523
Complementary color
Monochromatic Colors of #FE0523
Black with #FE0523
Text Example
Text Example
White with #FE0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0523; }
p { color: rgb(254,5,35); }
H1.HeaderClassName
{
color: #FE0523;
}
.AnyTagClassName
{
color: #FE0523;
}
</style>
background-color css
<style>
a { background-color: #FE0523; }
a { background-color: rgb(254,5,35); }
div.DivClassName
{
background-color: #FE0523;
}
.BgClassName
{
background-color: #FE0523;
}
</style>
border-color css
<style>
span { border-color: #FE0523; }
span { border-color: rgb(254,5,35); }
td.TdClassName
{
border-color: #FE0523;
}
.TagClassName
{
border-color: #FE0523;
}
</style>