Shades of Torch Red #FE023D
Tints of Torch Red #FE023D
RGB
CMYK
RGB Variations
Color information
#FE023D (or 0xFE023D) is known color: Torch Red. HEX triplet: FE, 02 and 3D. RGB value is (254,2,61). Sum of RGB (Red+Green+Blue) = 254+2+61=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE023D is #01FDC2. Grayscale: #545454. Windows color (decimal): -130499 or 3998462. OLE color: 3998462.
HSL color Cylindrical-coordinate representation of color #FE023D: hue angle of 345.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE023D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.00 |
| HSL | 345.95º | 0.99% | 0.5% | - |
| HSV(B) | 345.95º | 0.99% | 1% | - |
| XYZ | 41.74 | 21.45 | 6.36 | - |
| YUV | 84.07 | 114.99 | 249.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 61 | 0 | 0.99 | 0.76 | 0.00 | 345.95 | 0.99 | 0.5 |
| Hex | FE | 2 | 3D | 0 | 63 | 4C | 0 | 15A | 63 | 32 |
| Octal | 376 | 2 | 75 | 0 | 143 | 114 | 0 | 532 | 143 | 62 |
| Binary | 11111110 | 10 | 111101 | 0 | 1100011 | 1001100 | 0 | 101011010 | 1100011 | 110010 |
Color Harmonies of #FE023D
Complementary color
Monochromatic Colors of #FE023D
Black with #FE023D
Text Example
Text Example
White with #FE023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE023D; }
p { color: rgb(254,2,61); }
H1.HeaderClassName
{
color: #FE023D;
}
.AnyTagClassName
{
color: #FE023D;
}
</style>
background-color css
<style>
a { background-color: #FE023D; }
a { background-color: rgb(254,2,61); }
div.DivClassName
{
background-color: #FE023D;
}
.BgClassName
{
background-color: #FE023D;
}
</style>
border-color css
<style>
span { border-color: #FE023D; }
span { border-color: rgb(254,2,61); }
td.TdClassName
{
border-color: #FE023D;
}
.TagClassName
{
border-color: #FE023D;
}
</style>