Shades of Torch Red #FE0D2C
Tints of Torch Red #FE0D2C
RGB
CMYK
RGB Variations
Color information
#FE0D2C (or 0xFE0D2C) is known color: Torch Red. HEX triplet: FE, 0D and 2C. RGB value is (254,13,44). Sum of RGB (Red+Green+Blue) = 254+13+44=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D2C is #01F2D3. Grayscale: #585858. Windows color (decimal): -127700 or 2887166. OLE color: 2887166.
HSL color Cylindrical-coordinate representation of color #FE0D2C: hue angle of 352.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0D2C is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 44 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.00 |
| HSL | 352.28º | 0.99% | 0.52% | - |
| HSV(B) | 352.28º | 0.95% | 1% | - |
| XYZ | 41.47 | 21.54 | 4.35 | - |
| YUV | 88.59 | 102.84 | 245.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 44 | 0 | 0.95 | 0.83 | 0.00 | 352.28 | 0.99 | 0.52 |
| Hex | FE | D | 2C | 0 | 5F | 53 | 0 | 160 | 63 | 34 |
| Octal | 376 | 15 | 54 | 0 | 137 | 123 | 0 | 540 | 143 | 64 |
| Binary | 11111110 | 1101 | 101100 | 0 | 1011111 | 1010011 | 0 | 101100000 | 1100011 | 110100 |
Color Harmonies of #FE0D2C
Complementary color
Monochromatic Colors of #FE0D2C
Black with #FE0D2C
Text Example
Text Example
White with #FE0D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D2C; }
p { color: rgb(254,13,44); }
H1.HeaderClassName
{
color: #FE0D2C;
}
.AnyTagClassName
{
color: #FE0D2C;
}
</style>
background-color css
<style>
a { background-color: #FE0D2C; }
a { background-color: rgb(254,13,44); }
div.DivClassName
{
background-color: #FE0D2C;
}
.BgClassName
{
background-color: #FE0D2C;
}
</style>
border-color css
<style>
span { border-color: #FE0D2C; }
span { border-color: rgb(254,13,44); }
td.TdClassName
{
border-color: #FE0D2C;
}
.TagClassName
{
border-color: #FE0D2C;
}
</style>