Shades of Torch Red #FE0530
Tints of Torch Red #FE0530
RGB
CMYK
RGB Variations
Color information
#FE0530 (or 0xFE0530) is known color: Torch Red. HEX triplet: FE, 05 and 30. RGB value is (254,5,48). Sum of RGB (Red+Green+Blue) = 254+5+48=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0530 is #01FACF. Grayscale: #545454. Windows color (decimal): -129744 or 3147262. OLE color: 3147262.
HSL color Cylindrical-coordinate representation of color #FE0530: hue angle of 349.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0530 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.00 |
| HSL | 349.64º | 0.99% | 0.51% | - |
| HSV(B) | 349.64º | 0.98% | 1% | - |
| XYZ | 41.46 | 21.39 | 4.74 | - |
| YUV | 84.35 | 107.49 | 249 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 48 | 0 | 0.98 | 0.81 | 0.00 | 349.64 | 0.99 | 0.51 |
| Hex | FE | 5 | 30 | 0 | 62 | 51 | 0 | 15E | 63 | 33 |
| Octal | 376 | 5 | 60 | 0 | 142 | 121 | 0 | 536 | 143 | 63 |
| Binary | 11111110 | 101 | 110000 | 0 | 1100010 | 1010001 | 0 | 101011110 | 1100011 | 110011 |
Color Harmonies of #FE0530
Complementary color
Monochromatic Colors of #FE0530
Black with #FE0530
Text Example
Text Example
White with #FE0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0530; }
p { color: rgb(254,5,48); }
H1.HeaderClassName
{
color: #FE0530;
}
.AnyTagClassName
{
color: #FE0530;
}
</style>
background-color css
<style>
a { background-color: #FE0530; }
a { background-color: rgb(254,5,48); }
div.DivClassName
{
background-color: #FE0530;
}
.BgClassName
{
background-color: #FE0530;
}
</style>
border-color css
<style>
span { border-color: #FE0530; }
span { border-color: rgb(254,5,48); }
td.TdClassName
{
border-color: #FE0530;
}
.TagClassName
{
border-color: #FE0530;
}
</style>