Shades of Torch Red #FE0C3F
Tints of Torch Red #FE0C3F
RGB
CMYK
RGB Variations
Color information
#FE0C3F (or 0xFE0C3F) is known color: Torch Red. HEX triplet: FE, 0C and 3F. RGB value is (254,12,63). Sum of RGB (Red+Green+Blue) = 254+12+63=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0C3F is #01F3C0. Grayscale: #5A5A5A. Windows color (decimal): -127937 or 4132094. OLE color: 4132094.
HSL color Cylindrical-coordinate representation of color #FE0C3F: hue angle of 347.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0C3F is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 63 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.00 |
| HSL | 347.36º | 0.99% | 0.52% | - |
| HSV(B) | 347.36º | 0.95% | 1% | - |
| XYZ | 41.9 | 21.69 | 6.68 | - |
| YUV | 90.17 | 112.67 | 244.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 63 | 0 | 0.95 | 0.75 | 0.00 | 347.36 | 0.99 | 0.52 |
| Hex | FE | C | 3F | 0 | 5F | 4B | 0 | 15B | 63 | 34 |
| Octal | 376 | 14 | 77 | 0 | 137 | 113 | 0 | 533 | 143 | 64 |
| Binary | 11111110 | 1100 | 111111 | 0 | 1011111 | 1001011 | 0 | 101011011 | 1100011 | 110100 |
Color Harmonies of #FE0C3F
Complementary color
Monochromatic Colors of #FE0C3F
Black with #FE0C3F
Text Example
Text Example
White with #FE0C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0C3F; }
p { color: rgb(254,12,63); }
H1.HeaderClassName
{
color: #FE0C3F;
}
.AnyTagClassName
{
color: #FE0C3F;
}
</style>
background-color css
<style>
a { background-color: #FE0C3F; }
a { background-color: rgb(254,12,63); }
div.DivClassName
{
background-color: #FE0C3F;
}
.BgClassName
{
background-color: #FE0C3F;
}
</style>
border-color css
<style>
span { border-color: #FE0C3F; }
span { border-color: rgb(254,12,63); }
td.TdClassName
{
border-color: #FE0C3F;
}
.TagClassName
{
border-color: #FE0C3F;
}
</style>