Html Css Color HEX #FE1940 Torch Red

📋 copy color: '#FE1940'

red 254 ◦ green 25 ◦ blue 64

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

Shades of Torch Red #FE1940

Tints of Torch Red #FE1940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 74.05%
G = 7.29%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE1940 (or 0xFE1940) is known color: Torch Red. HEX triplet: FE, 19 and 40. RGB value is (254,25,64). Sum of RGB (Red+Green+Blue) = 254+25+64=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1940 is #01E6BF. Grayscale: #616161. Windows color (decimal): -124608 or 4200958. OLE color: 4200958.

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

Color convert

RGB 254 25 64 -
CMYK 0 0.90 0.75 0.00
HSL 349.78º 0.99% 0.55% -
HSV(B) 349.78º 0.9% 1% -
XYZ 42.15 22.14 6.9 -
YUV 97.92 108.87 239.33 -
System Red Green Blue C M Y K H S L
Decimal 254 25 64 0 0.90 0.75 0.00 349.78 0.99 0.55
Hex FE 19 40 0 5A 4B 0 15E 63 37
Octal 376 31 100 0 132 113 0 536 143 67
Binary 11111110 11001 1000000 0 1011010 1001011 0 101011110 1100011 110111

Color Harmonies of #FE1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1940

Black with #FE1940

Text Example


Text Example

White with #FE1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1940; }

 p { color: rgb(254,25,64); }

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

background-color css

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

 a { background-color: rgb(254,25,64); }

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

border-color css

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

 span { border-color: rgb(254,25,64); }

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