Shades of Torch Red #FE0D42
Tints of Torch Red #FE0D42
RGB
CMYK
RGB Variations
Color information
#FE0D42 (or 0xFE0D42) is known color: Torch Red. HEX triplet: FE, 0D and 42. RGB value is (254,13,66). Sum of RGB (Red+Green+Blue) = 254+13+66=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D42 is #01F2BD. Grayscale: #5B5B5B. Windows color (decimal): -127678 or 4328958. OLE color: 4328958.
HSL color Cylindrical-coordinate representation of color #FE0D42: hue angle of 346.8º 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 #FE0D42 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 66 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.00 |
| HSL | 346.81º | 0.99% | 0.52% | - |
| HSV(B) | 346.81º | 0.95% | 1% | - |
| XYZ | 42 | 21.75 | 7.14 | - |
| YUV | 91.1 | 113.84 | 244.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 66 | 0 | 0.95 | 0.74 | 0.00 | 346.81 | 0.99 | 0.52 |
| Hex | FE | D | 42 | 0 | 5F | 4A | 0 | 15B | 63 | 34 |
| Octal | 376 | 15 | 102 | 0 | 137 | 112 | 0 | 533 | 143 | 64 |
| Binary | 11111110 | 1101 | 1000010 | 0 | 1011111 | 1001010 | 0 | 101011011 | 1100011 | 110100 |
Color Harmonies of #FE0D42
Complementary color
Monochromatic Colors of #FE0D42
Black with #FE0D42
Text Example
Text Example
White with #FE0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D42; }
p { color: rgb(254,13,66); }
H1.HeaderClassName
{
color: #FE0D42;
}
.AnyTagClassName
{
color: #FE0D42;
}
</style>
background-color css
<style>
a { background-color: #FE0D42; }
a { background-color: rgb(254,13,66); }
div.DivClassName
{
background-color: #FE0D42;
}
.BgClassName
{
background-color: #FE0D42;
}
</style>
border-color css
<style>
span { border-color: #FE0D42; }
span { border-color: rgb(254,13,66); }
td.TdClassName
{
border-color: #FE0D42;
}
.TagClassName
{
border-color: #FE0D42;
}
</style>