Shades of Torch Red #FE0330
Tints of Torch Red #FE0330
RGB
CMYK
RGB Variations
Color information
#FE0330 (or 0xFE0330) is known color: Torch Red. HEX triplet: FE, 03 and 30. RGB value is (254,3,48). Sum of RGB (Red+Green+Blue) = 254+3+48=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0330 is #01FCCF. Grayscale: #535353. Windows color (decimal): -130256 or 3146750. OLE color: 3146750.
HSL color Cylindrical-coordinate representation of color #FE0330: hue angle of 349.24º 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 #FE0330 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.00 |
| HSL | 349.24º | 0.99% | 0.5% | - |
| HSV(B) | 349.24º | 0.99% | 1% | - |
| XYZ | 41.44 | 21.35 | 4.73 | - |
| YUV | 83.18 | 108.16 | 249.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 48 | 0 | 0.99 | 0.81 | 0.00 | 349.24 | 0.99 | 0.5 |
| Hex | FE | 3 | 30 | 0 | 63 | 51 | 0 | 15D | 63 | 32 |
| Octal | 376 | 3 | 60 | 0 | 143 | 121 | 0 | 535 | 143 | 62 |
| Binary | 11111110 | 11 | 110000 | 0 | 1100011 | 1010001 | 0 | 101011101 | 1100011 | 110010 |
Color Harmonies of #FE0330
Complementary color
Monochromatic Colors of #FE0330
Black with #FE0330
Text Example
Text Example
White with #FE0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0330; }
p { color: rgb(254,3,48); }
H1.HeaderClassName
{
color: #FE0330;
}
.AnyTagClassName
{
color: #FE0330;
}
</style>
background-color css
<style>
a { background-color: #FE0330; }
a { background-color: rgb(254,3,48); }
div.DivClassName
{
background-color: #FE0330;
}
.BgClassName
{
background-color: #FE0330;
}
</style>
border-color css
<style>
span { border-color: #FE0330; }
span { border-color: rgb(254,3,48); }
td.TdClassName
{
border-color: #FE0330;
}
.TagClassName
{
border-color: #FE0330;
}
</style>