#FE1851

Color #FE1851 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FE1851

Tints of Torch Red #FE1851

Color information

#FE1851 (or 0xFE1851) is unknown color: approx Torch Red. HEX triplet: FE, 18 and 51. RGB value is (254,24,81). Sum of RGB (Red+Green+Blue) = 254+24+81=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1851 is #01E7AE. Grayscale: #636363. Windows color (decimal): -124847 or 5314814. OLE color: 5314814.

HSL color Cylindrical-coordinate representation of color #FE1851: hue angle of 345.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1851 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB2542481-
CMYK00.910.680.00
HSL345.13º99.14%54.51%-
HSV(B)345.13º90.55%99.61%-
XYZ42.6822.329.84-
YUV99.27117.7238.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 70.75%
GREEN value IS 24 (9.77% from 255) = 6.69%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=70.75%
G=6.69%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254248100.910.680.00345.1399.1454.51
HexFE185105B4401596337
Octal376301210133104053114367
Binary1111111011000101000101011011100010001010110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1851; }

 p { color: rgb(254,24,81); }

 H1.HeaderClassName
 {
   color: #FE1851;
 }
 .AnyTagClassName
 {
   color: #FE1851;
 }
</style>
background-color css

<style>
 a { background-color: #FE1851; }

 a { background-color: rgb(254,24,81); }

 div.DivClassName
 {
   background-color: #FE1851;
 }
 .BgClassName
 {
   background-color: #FE1851;
 }
</style>
border-color css

<style>
 span { border-color: #FE1851; }

 span { border-color: rgb(254,24,81); }

 td.TdClassName
 {
   border-color: #FE1851;
 }
 .TagClassName
 {
   border-color: #FE1851;
 }
</style>