Shades of Torch Red #FE283E
Tints of Torch Red #FE283E
RGB
CMYK
RGB Variations
Color information
#FE283E (or 0xFE283E) is known color: Torch Red. HEX triplet: FE, 28 and 3E. RGB value is (254,40,62). Sum of RGB (Red+Green+Blue) = 254+40+62=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE283E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE283E is #01D7C1. Grayscale: #6A6A6A. Windows color (decimal): -120770 or 4073726. OLE color: 4073726.
HSL color Cylindrical-coordinate representation of color #FE283E: hue angle of 353.83º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE283E is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 62 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.00 |
| HSL | 353.83º | 0.99% | 0.58% | - |
| HSV(B) | 353.83º | 0.84% | 1% | - |
| XYZ | 42.5 | 22.94 | 6.74 | - |
| YUV | 106.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 62 | 0 | 0.84 | 0.76 | 0.00 | 353.83 | 0.99 | 0.58 |
| Hex | FE | 28 | 3E | 0 | 54 | 4C | 0 | 162 | 63 | 3A |
| Octal | 376 | 50 | 76 | 0 | 124 | 114 | 0 | 542 | 143 | 72 |
| Binary | 11111110 | 101000 | 111110 | 0 | 1010100 | 1001100 | 0 | 101100010 | 1100011 | 111010 |
Color Harmonies of #FE283E
Complementary color
Monochromatic Colors of #FE283E
Black with #FE283E
Text Example
Text Example
White with #FE283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE283E; }
p { color: rgb(254,40,62); }
H1.HeaderClassName
{
color: #FE283E;
}
.AnyTagClassName
{
color: #FE283E;
}
</style>
background-color css
<style>
a { background-color: #FE283E; }
a { background-color: rgb(254,40,62); }
div.DivClassName
{
background-color: #FE283E;
}
.BgClassName
{
background-color: #FE283E;
}
</style>
border-color css
<style>
span { border-color: #FE283E; }
span { border-color: rgb(254,40,62); }
td.TdClassName
{
border-color: #FE283E;
}
.TagClassName
{
border-color: #FE283E;
}
</style>