Shades of Torch Red #FE283D
Tints of Torch Red #FE283D
RGB
CMYK
RGB Variations
Color information
#FE283D (or 0xFE283D) is known color: Torch Red. HEX triplet: FE, 28 and 3D. RGB value is (254,40,61). Sum of RGB (Red+Green+Blue) = 254+40+61=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE283D is #01D7C2. Grayscale: #6A6A6A. Windows color (decimal): -120771 or 4008190. OLE color: 4008190.
HSL color Cylindrical-coordinate representation of color #FE283D: hue angle of 354.11º 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 #FE283D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 61 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.00 |
| HSL | 354.11º | 0.99% | 0.58% | - |
| HSV(B) | 354.11º | 0.84% | 1% | - |
| XYZ | 42.47 | 22.93 | 6.6 | - |
| YUV | 106.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 61 | 0 | 0.84 | 0.76 | 0.00 | 354.11 | 0.99 | 0.58 |
| Hex | FE | 28 | 3D | 0 | 54 | 4C | 0 | 162 | 63 | 3A |
| Octal | 376 | 50 | 75 | 0 | 124 | 114 | 0 | 542 | 143 | 72 |
| Binary | 11111110 | 101000 | 111101 | 0 | 1010100 | 1001100 | 0 | 101100010 | 1100011 | 111010 |
Color Harmonies of #FE283D
Complementary color
Monochromatic Colors of #FE283D
Black with #FE283D
Text Example
Text Example
White with #FE283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE283D; }
p { color: rgb(254,40,61); }
H1.HeaderClassName
{
color: #FE283D;
}
.AnyTagClassName
{
color: #FE283D;
}
</style>
background-color css
<style>
a { background-color: #FE283D; }
a { background-color: rgb(254,40,61); }
div.DivClassName
{
background-color: #FE283D;
}
.BgClassName
{
background-color: #FE283D;
}
</style>
border-color css
<style>
span { border-color: #FE283D; }
span { border-color: rgb(254,40,61); }
td.TdClassName
{
border-color: #FE283D;
}
.TagClassName
{
border-color: #FE283D;
}
</style>