#FE1852

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

Shades of Torch Red #FE1852

Tints of Torch Red #FE1852

Color information

#FE1852 (or 0xFE1852) is unknown color: approx Torch Red. HEX triplet: FE, 18 and 52. RGB value is (254,24,82). Sum of RGB (Red+Green+Blue) = 254+24+82=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1852 is #01E7AD. Grayscale: #636363. Windows color (decimal): -124846 or 5380350. OLE color: 5380350.

HSL color Cylindrical-coordinate representation of color #FE1852: hue angle of 344.87º 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 #FE1852 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB2542482-
CMYK00.910.680.00
HSL344.87º99.14%54.51%-
HSV(B)344.87º90.55%99.61%-
XYZ42.7222.3310.04-
YUV99.38118.2238.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 70.56%
GREEN value IS 24 (9.77% from 255) = 6.67%
BLUE value IS 82 (32.42% from 255) = 22.78%
R=70.56%
G=6.67%
B=22.78%

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
Decimal254248200.910.680.00344.8799.1454.51
HexFE185205B4401596337
Octal376301220133104053114367
Binary1111111011000101001001011011100010001010110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1852; }

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

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

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

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

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

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

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

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