Shades of Torch Red #FE0230
Tints of Torch Red #FE0230
RGB
CMYK
RGB Variations
Color information
#FE0230 (or 0xFE0230) is known color: Torch Red. HEX triplet: FE, 02 and 30. RGB value is (254,2,48). Sum of RGB (Red+Green+Blue) = 254+2+48=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0230 is #01FDCF. Grayscale: #525252. Windows color (decimal): -130512 or 3146494. OLE color: 3146494.
HSL color Cylindrical-coordinate representation of color #FE0230: hue angle of 349.05º 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 #FE0230 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.00 |
| HSL | 349.05º | 0.99% | 0.5% | - |
| HSV(B) | 349.05º | 0.99% | 1% | - |
| XYZ | 41.43 | 21.33 | 4.73 | - |
| YUV | 82.59 | 108.49 | 250.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 48 | 0 | 0.99 | 0.81 | 0.00 | 349.05 | 0.99 | 0.5 |
| Hex | FE | 2 | 30 | 0 | 63 | 51 | 0 | 15D | 63 | 32 |
| Octal | 376 | 2 | 60 | 0 | 143 | 121 | 0 | 535 | 143 | 62 |
| Binary | 11111110 | 10 | 110000 | 0 | 1100011 | 1010001 | 0 | 101011101 | 1100011 | 110010 |
Color Harmonies of #FE0230
Complementary color
Monochromatic Colors of #FE0230
Black with #FE0230
Text Example
Text Example
White with #FE0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0230; }
p { color: rgb(254,2,48); }
H1.HeaderClassName
{
color: #FE0230;
}
.AnyTagClassName
{
color: #FE0230;
}
</style>
background-color css
<style>
a { background-color: #FE0230; }
a { background-color: rgb(254,2,48); }
div.DivClassName
{
background-color: #FE0230;
}
.BgClassName
{
background-color: #FE0230;
}
</style>
border-color css
<style>
span { border-color: #FE0230; }
span { border-color: rgb(254,2,48); }
td.TdClassName
{
border-color: #FE0230;
}
.TagClassName
{
border-color: #FE0230;
}
</style>