Shades of Torch Red #FE0323
Tints of Torch Red #FE0323
RGB
CMYK
RGB Variations
Color information
#FE0323 (or 0xFE0323) is known color: Torch Red. HEX triplet: FE, 03 and 23. RGB value is (254,3,35). Sum of RGB (Red+Green+Blue) = 254+3+35=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0323 is #01FCDC. Grayscale: #515151. Windows color (decimal): -130269 or 2294782. OLE color: 2294782.
HSL color Cylindrical-coordinate representation of color #FE0323: hue angle of 352.35º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0323 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.00 |
| HSL | 352.35º | 0.99% | 0.5% | - |
| HSV(B) | 352.35º | 0.99% | 1% | - |
| XYZ | 41.21 | 21.26 | 3.52 | - |
| YUV | 81.7 | 101.66 | 250.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 35 | 0 | 0.99 | 0.86 | 0.00 | 352.35 | 0.99 | 0.5 |
| Hex | FE | 3 | 23 | 0 | 63 | 56 | 0 | 160 | 63 | 32 |
| Octal | 376 | 3 | 43 | 0 | 143 | 126 | 0 | 540 | 143 | 62 |
| Binary | 11111110 | 11 | 100011 | 0 | 1100011 | 1010110 | 0 | 101100000 | 1100011 | 110010 |
Color Harmonies of #FE0323
Complementary color
Monochromatic Colors of #FE0323
Black with #FE0323
Text Example
Text Example
White with #FE0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0323; }
p { color: rgb(254,3,35); }
H1.HeaderClassName
{
color: #FE0323;
}
.AnyTagClassName
{
color: #FE0323;
}
</style>
background-color css
<style>
a { background-color: #FE0323; }
a { background-color: rgb(254,3,35); }
div.DivClassName
{
background-color: #FE0323;
}
.BgClassName
{
background-color: #FE0323;
}
</style>
border-color css
<style>
span { border-color: #FE0323; }
span { border-color: rgb(254,3,35); }
td.TdClassName
{
border-color: #FE0323;
}
.TagClassName
{
border-color: #FE0323;
}
</style>