Shades of Torch Red #FE0D28
Tints of Torch Red #FE0D28
RGB
CMYK
RGB Variations
Color information
#FE0D28 (or 0xFE0D28) is known color: Torch Red. HEX triplet: FE, 0D and 28. RGB value is (254,13,40). Sum of RGB (Red+Green+Blue) = 254+13+40=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D28 is #01F2D7. Grayscale: #585858. Windows color (decimal): -127704 or 2625022. OLE color: 2625022.
HSL color Cylindrical-coordinate representation of color #FE0D28: hue angle of 353.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 #FE0D28 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 40 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.00 |
| HSL | 353.28º | 0.99% | 0.52% | - |
| HSV(B) | 353.28º | 0.95% | 1% | - |
| XYZ | 41.4 | 21.51 | 3.98 | - |
| YUV | 88.14 | 100.84 | 246.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 40 | 0 | 0.95 | 0.84 | 0.00 | 353.28 | 0.99 | 0.52 |
| Hex | FE | D | 28 | 0 | 5F | 54 | 0 | 161 | 63 | 34 |
| Octal | 376 | 15 | 50 | 0 | 137 | 124 | 0 | 541 | 143 | 64 |
| Binary | 11111110 | 1101 | 101000 | 0 | 1011111 | 1010100 | 0 | 101100001 | 1100011 | 110100 |
Color Harmonies of #FE0D28
Complementary color
Monochromatic Colors of #FE0D28
Black with #FE0D28
Text Example
Text Example
White with #FE0D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D28; }
p { color: rgb(254,13,40); }
H1.HeaderClassName
{
color: #FE0D28;
}
.AnyTagClassName
{
color: #FE0D28;
}
</style>
background-color css
<style>
a { background-color: #FE0D28; }
a { background-color: rgb(254,13,40); }
div.DivClassName
{
background-color: #FE0D28;
}
.BgClassName
{
background-color: #FE0D28;
}
</style>
border-color css
<style>
span { border-color: #FE0D28; }
span { border-color: rgb(254,13,40); }
td.TdClassName
{
border-color: #FE0D28;
}
.TagClassName
{
border-color: #FE0D28;
}
</style>