Shades of Torch Red #FE0945
Tints of Torch Red #FE0945
RGB
CMYK
RGB Variations
Color information
#FE0945 (or 0xFE0945) is known color: Torch Red. HEX triplet: FE, 09 and 45. RGB value is (254,9,69). Sum of RGB (Red+Green+Blue) = 254+9+69=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0945 is #01F6BA. Grayscale: #595959. Windows color (decimal): -128699 or 4524542. OLE color: 4524542.
HSL color Cylindrical-coordinate representation of color #FE0945: hue angle of 345.31º 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 #FE0945 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.00 |
| HSL | 345.31º | 0.99% | 0.52% | - |
| HSV(B) | 345.31º | 0.96% | 1% | - |
| XYZ | 42.04 | 21.7 | 7.6 | - |
| YUV | 89.1 | 116.67 | 245.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 69 | 0 | 0.96 | 0.73 | 0.00 | 345.31 | 0.99 | 0.52 |
| Hex | FE | 9 | 45 | 0 | 60 | 49 | 0 | 159 | 63 | 34 |
| Octal | 376 | 11 | 105 | 0 | 140 | 111 | 0 | 531 | 143 | 64 |
| Binary | 11111110 | 1001 | 1000101 | 0 | 1100000 | 1001001 | 0 | 101011001 | 1100011 | 110100 |
Color Harmonies of #FE0945
Complementary color
Monochromatic Colors of #FE0945
Black with #FE0945
Text Example
Text Example
White with #FE0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0945; }
p { color: rgb(254,9,69); }
H1.HeaderClassName
{
color: #FE0945;
}
.AnyTagClassName
{
color: #FE0945;
}
</style>
background-color css
<style>
a { background-color: #FE0945; }
a { background-color: rgb(254,9,69); }
div.DivClassName
{
background-color: #FE0945;
}
.BgClassName
{
background-color: #FE0945;
}
</style>
border-color css
<style>
span { border-color: #FE0945; }
span { border-color: rgb(254,9,69); }
td.TdClassName
{
border-color: #FE0945;
}
.TagClassName
{
border-color: #FE0945;
}
</style>