Shades of Torch Red #FE2543
Tints of Torch Red #FE2543
RGB
CMYK
RGB Variations
Color information
#FE2543 (or 0xFE2543) is known color: Torch Red. HEX triplet: FE, 25 and 43. RGB value is (254,37,67). Sum of RGB (Red+Green+Blue) = 254+37+67=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2543 is #01DABC. Grayscale: #696969. Windows color (decimal): -121533 or 4400638. OLE color: 4400638.
HSL color Cylindrical-coordinate representation of color #FE2543: hue angle of 351.71º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2543 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 67 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.00 |
| HSL | 351.71º | 0.99% | 0.57% | - |
| HSV(B) | 351.71º | 0.85% | 1% | - |
| XYZ | 42.55 | 22.8 | 7.47 | - |
| YUV | 105.3 | 106.39 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 67 | 0 | 0.85 | 0.74 | 0.00 | 351.71 | 0.99 | 0.57 |
| Hex | FE | 25 | 43 | 0 | 55 | 4A | 0 | 160 | 63 | 39 |
| Octal | 376 | 45 | 103 | 0 | 125 | 112 | 0 | 540 | 143 | 71 |
| Binary | 11111110 | 100101 | 1000011 | 0 | 1010101 | 1001010 | 0 | 101100000 | 1100011 | 111001 |
Color Harmonies of #FE2543
Complementary color
Monochromatic Colors of #FE2543
Black with #FE2543
Text Example
Text Example
White with #FE2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2543; }
p { color: rgb(254,37,67); }
H1.HeaderClassName
{
color: #FE2543;
}
.AnyTagClassName
{
color: #FE2543;
}
</style>
background-color css
<style>
a { background-color: #FE2543; }
a { background-color: rgb(254,37,67); }
div.DivClassName
{
background-color: #FE2543;
}
.BgClassName
{
background-color: #FE2543;
}
</style>
border-color css
<style>
span { border-color: #FE2543; }
span { border-color: rgb(254,37,67); }
td.TdClassName
{
border-color: #FE2543;
}
.TagClassName
{
border-color: #FE2543;
}
</style>