Html Css Color HEX #FE1420 Torch Red

📋 copy color: '#FE1420'

red 254 ◦ green 20 ◦ blue 32

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

Shades of Torch Red #FE1420

Tints of Torch Red #FE1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.54%

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 83.01%
G = 6.54%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE1420 (or 0xFE1420) is known color: Torch Red. HEX triplet: FE, 14 and 20. RGB value is (254,20,32). Sum of RGB (Red+Green+Blue) = 254+20+32=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1420 is #01EBDF. Grayscale: #5B5B5B. Windows color (decimal): -125920 or 2102526. OLE color: 2102526.

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

Color convert

RGB 254 20 32 -
CMYK 0 0.92 0.87 0.00
HSL 356.92º 0.99% 0.54% -
HSV(B) 356.92º 0.92% 1% -
XYZ 41.38 21.68 3.37 -
YUV 91.33 94.52 244.02 -
System Red Green Blue C M Y K H S L
Decimal 254 20 32 0 0.92 0.87 0.00 356.92 0.99 0.54
Hex FE 14 20 0 5C 57 0 165 63 36
Octal 376 24 40 0 134 127 0 545 143 66
Binary 11111110 10100 100000 0 1011100 1010111 0 101100101 1100011 110110

Color Harmonies of #FE1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1420

Black with #FE1420

Text Example


Text Example

White with #FE1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1420; }

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

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

background-color css

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

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

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

border-color css

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

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

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