Shades of Torch Red #FE0A2D
Tints of Torch Red #FE0A2D
RGB
CMYK
RGB Variations
Color information
#FE0A2D (or 0xFE0A2D) is known color: Torch Red. HEX triplet: FE, 0A and 2D. RGB value is (254,10,45). Sum of RGB (Red+Green+Blue) = 254+10+45=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0A2D is #01F5D2. Grayscale: #575757. Windows color (decimal): -128467 or 2951934. OLE color: 2951934.
HSL color Cylindrical-coordinate representation of color #FE0A2D: hue angle of 351.39º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0A2D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 45 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.00 |
| HSL | 351.39º | 0.99% | 0.52% | - |
| HSV(B) | 351.39º | 0.96% | 1% | - |
| XYZ | 41.46 | 21.48 | 4.44 | - |
| YUV | 86.95 | 104.34 | 247.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 45 | 0 | 0.96 | 0.82 | 0.00 | 351.39 | 0.99 | 0.52 |
| Hex | FE | A | 2D | 0 | 60 | 52 | 0 | 15F | 63 | 34 |
| Octal | 376 | 12 | 55 | 0 | 140 | 122 | 0 | 537 | 143 | 64 |
| Binary | 11111110 | 1010 | 101101 | 0 | 1100000 | 1010010 | 0 | 101011111 | 1100011 | 110100 |
Color Harmonies of #FE0A2D
Complementary color
Monochromatic Colors of #FE0A2D
Black with #FE0A2D
Text Example
Text Example
White with #FE0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A2D; }
p { color: rgb(254,10,45); }
H1.HeaderClassName
{
color: #FE0A2D;
}
.AnyTagClassName
{
color: #FE0A2D;
}
</style>
background-color css
<style>
a { background-color: #FE0A2D; }
a { background-color: rgb(254,10,45); }
div.DivClassName
{
background-color: #FE0A2D;
}
.BgClassName
{
background-color: #FE0A2D;
}
</style>
border-color css
<style>
span { border-color: #FE0A2D; }
span { border-color: rgb(254,10,45); }
td.TdClassName
{
border-color: #FE0A2D;
}
.TagClassName
{
border-color: #FE0A2D;
}
</style>