Shades of Torch Red #FE0D43
Tints of Torch Red #FE0D43
RGB
CMYK
RGB Variations
Color information
#FE0D43 (or 0xFE0D43) is known color: Torch Red. HEX triplet: FE, 0D and 43. RGB value is (254,13,67). Sum of RGB (Red+Green+Blue) = 254+13+67=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D43 is #01F2BC. Grayscale: #5B5B5B. Windows color (decimal): -127677 or 4394494. OLE color: 4394494.
HSL color Cylindrical-coordinate representation of color #FE0D43: hue angle of 346.56º 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 #FE0D43 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 67 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.00 |
| HSL | 346.56º | 0.99% | 0.52% | - |
| HSV(B) | 346.56º | 0.95% | 1% | - |
| XYZ | 42.03 | 21.76 | 7.3 | - |
| YUV | 91.22 | 114.34 | 244.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 67 | 0 | 0.95 | 0.74 | 0.00 | 346.56 | 0.99 | 0.52 |
| Hex | FE | D | 43 | 0 | 5F | 4A | 0 | 15B | 63 | 34 |
| Octal | 376 | 15 | 103 | 0 | 137 | 112 | 0 | 533 | 143 | 64 |
| Binary | 11111110 | 1101 | 1000011 | 0 | 1011111 | 1001010 | 0 | 101011011 | 1100011 | 110100 |
Color Harmonies of #FE0D43
Complementary color
Monochromatic Colors of #FE0D43
Black with #FE0D43
Text Example
Text Example
White with #FE0D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D43; }
p { color: rgb(254,13,67); }
H1.HeaderClassName
{
color: #FE0D43;
}
.AnyTagClassName
{
color: #FE0D43;
}
</style>
background-color css
<style>
a { background-color: #FE0D43; }
a { background-color: rgb(254,13,67); }
div.DivClassName
{
background-color: #FE0D43;
}
.BgClassName
{
background-color: #FE0D43;
}
</style>
border-color css
<style>
span { border-color: #FE0D43; }
span { border-color: rgb(254,13,67); }
td.TdClassName
{
border-color: #FE0D43;
}
.TagClassName
{
border-color: #FE0D43;
}
</style>