Html Css Color HEX #FE2048 Torch Red

📋 copy color: '#FE2048'

red 254 ◦ green 32 ◦ blue 72

#FE2048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FE2048

Tints of Torch Red #FE2048

RGB

 RED value IS 254 (99.61% from 255) = 70.95%

 GREEN value IS 32 (12.89% from 255) = 8.94%

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 70.95%
G = 8.94%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE2048 (or 0xFE2048) is known color: Torch Red. HEX triplet: FE, 20 and 48. RGB value is (254,32,72). Sum of RGB (Red+Green+Blue) = 254+32+72=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2048 is #01DFB7. Grayscale: #676767. Windows color (decimal): -122808 or 4727038. OLE color: 4727038.

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

Color convert

RGB 254 32 72 -
CMYK 0 0.87 0.72 0.00
HSL 349.19º 0.99% 0.56% -
HSV(B) 349.19º 0.87% 1% -
XYZ 42.56 22.57 8.24 -
YUV 102.94 110.55 235.75 -
System Red Green Blue C M Y K H S L
Decimal 254 32 72 0 0.87 0.72 0.00 349.19 0.99 0.56
Hex FE 20 48 0 57 48 0 15D 63 38
Octal 376 40 110 0 127 110 0 535 143 70
Binary 11111110 100000 1001000 0 1010111 1001000 0 101011101 1100011 111000

Color Harmonies of #FE2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2048

Black with #FE2048

Text Example


Text Example

White with #FE2048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2048; }

 p { color: rgb(254,32,72); }

 H1.HeaderClassName
 {
   color: #FE2048;
 }
 .AnyTagClassName
 {
   color: #FE2048;
 }
</style>

background-color css

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

 a { background-color: rgb(254,32,72); }

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

border-color css

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

 span { border-color: rgb(254,32,72); }

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