Shades of Torch Red #FE0234
Tints of Torch Red #FE0234
RGB
CMYK
RGB Variations
Color information
#FE0234 (or 0xFE0234) is known color: Torch Red. HEX triplet: FE, 02 and 34. RGB value is (254,2,52). Sum of RGB (Red+Green+Blue) = 254+2+52=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0234 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0234 is #01FDCB. Grayscale: #535353. Windows color (decimal): -130508 or 3408638. OLE color: 3408638.
HSL color Cylindrical-coordinate representation of color #FE0234: hue angle of 348.1º 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 #FE0234 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.00 |
| HSL | 348.1º | 0.99% | 0.5% | - |
| HSV(B) | 348.1º | 0.99% | 1% | - |
| XYZ | 41.51 | 21.36 | 5.18 | - |
| YUV | 83.05 | 110.49 | 249.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 52 | 0 | 0.99 | 0.80 | 0.00 | 348.1 | 0.99 | 0.5 |
| Hex | FE | 2 | 34 | 0 | 63 | 50 | 0 | 15C | 63 | 32 |
| Octal | 376 | 2 | 64 | 0 | 143 | 120 | 0 | 534 | 143 | 62 |
| Binary | 11111110 | 10 | 110100 | 0 | 1100011 | 1010000 | 0 | 101011100 | 1100011 | 110010 |
Color Harmonies of #FE0234
Complementary color
Monochromatic Colors of #FE0234
Black with #FE0234
Text Example
Text Example
White with #FE0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0234; }
p { color: rgb(254,2,52); }
H1.HeaderClassName
{
color: #FE0234;
}
.AnyTagClassName
{
color: #FE0234;
}
</style>
background-color css
<style>
a { background-color: #FE0234; }
a { background-color: rgb(254,2,52); }
div.DivClassName
{
background-color: #FE0234;
}
.BgClassName
{
background-color: #FE0234;
}
</style>
border-color css
<style>
span { border-color: #FE0234; }
span { border-color: rgb(254,2,52); }
td.TdClassName
{
border-color: #FE0234;
}
.TagClassName
{
border-color: #FE0234;
}
</style>