Shades of Torch Red #FE0D26
Tints of Torch Red #FE0D26
RGB
CMYK
RGB Variations
Color information
#FE0D26 (or 0xFE0D26) is known color: Torch Red. HEX triplet: FE, 0D and 26. RGB value is (254,13,38). Sum of RGB (Red+Green+Blue) = 254+13+38=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D26 is #01F2D9. Grayscale: #585858. Windows color (decimal): -127706 or 2493950. OLE color: 2493950.
HSL color Cylindrical-coordinate representation of color #FE0D26: hue angle of 353.78º 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 #FE0D26 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 38 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.00 |
| HSL | 353.78º | 0.99% | 0.52% | - |
| HSV(B) | 353.78º | 0.95% | 1% | - |
| XYZ | 41.37 | 21.5 | 3.8 | - |
| YUV | 87.91 | 99.84 | 246.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 38 | 0 | 0.95 | 0.85 | 0.00 | 353.78 | 0.99 | 0.52 |
| Hex | FE | D | 26 | 0 | 5F | 55 | 0 | 162 | 63 | 34 |
| Octal | 376 | 15 | 46 | 0 | 137 | 125 | 0 | 542 | 143 | 64 |
| Binary | 11111110 | 1101 | 100110 | 0 | 1011111 | 1010101 | 0 | 101100010 | 1100011 | 110100 |
Color Harmonies of #FE0D26
Complementary color
Monochromatic Colors of #FE0D26
Black with #FE0D26
Text Example
Text Example
White with #FE0D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D26; }
p { color: rgb(254,13,38); }
H1.HeaderClassName
{
color: #FE0D26;
}
.AnyTagClassName
{
color: #FE0D26;
}
</style>
background-color css
<style>
a { background-color: #FE0D26; }
a { background-color: rgb(254,13,38); }
div.DivClassName
{
background-color: #FE0D26;
}
.BgClassName
{
background-color: #FE0D26;
}
</style>
border-color css
<style>
span { border-color: #FE0D26; }
span { border-color: rgb(254,13,38); }
td.TdClassName
{
border-color: #FE0D26;
}
.TagClassName
{
border-color: #FE0D26;
}
</style>