Html Css Color HEX #FE141F Torch Red

📋 copy color: '#FE141F'

red 254 ◦ green 20 ◦ blue 31

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

Shades of Torch Red #FE141F

Tints of Torch Red #FE141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 83.28%
G = 6.56%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE141F (or 0xFE141F) is known color: Torch Red. HEX triplet: FE, 14 and 1F. RGB value is (254,20,31). Sum of RGB (Red+Green+Blue) = 254+20+31=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE141F is #01EBE0. Grayscale: #5B5B5B. Windows color (decimal): -125921 or 2036990. OLE color: 2036990.

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

Color convert

RGB 254 20 31 -
CMYK 0 0.92 0.88 0.00
HSL 357.18º 0.99% 0.54% -
HSV(B) 357.18º 0.92% 1% -
XYZ 41.37 21.67 3.3 -
YUV 91.22 94.02 244.11 -
System Red Green Blue C M Y K H S L
Decimal 254 20 31 0 0.92 0.88 0.00 357.18 0.99 0.54
Hex FE 14 1F 0 5C 58 0 165 63 36
Octal 376 24 37 0 134 130 0 545 143 66
Binary 11111110 10100 11111 0 1011100 1011000 0 101100101 1100011 110110

Color Harmonies of #FE141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE141F

Black with #FE141F

Text Example


Text Example

White with #FE141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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