Html Css Color HEX #FE131F Torch Red

📋 copy color: '#FE131F'

red 254 ◦ green 19 ◦ blue 31

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

Shades of Torch Red #FE131F

Tints of Torch Red #FE131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

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

R = 83.55%
G = 6.25%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE131F (or 0xFE131F) is known color: Torch Red. HEX triplet: FE, 13 and 1F. RGB value is (254,19,31). Sum of RGB (Red+Green+Blue) = 254+19+31=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE131F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE131F is #01ECE0. Grayscale: #5A5A5A. Windows color (decimal): -126177 or 2036734. OLE color: 2036734.

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

Color convert

RGB 254 19 31 -
CMYK 0 0.93 0.88 0.00
HSL 356.94º 0.99% 0.54% -
HSV(B) 356.94º 0.93% 1% -
XYZ 41.35 21.64 3.29 -
YUV 90.63 94.36 244.52 -
System Red Green Blue C M Y K H S L
Decimal 254 19 31 0 0.93 0.88 0.00 356.94 0.99 0.54
Hex FE 13 1F 0 5D 58 0 165 63 36
Octal 376 23 37 0 135 130 0 545 143 66
Binary 11111110 10011 11111 0 1011101 1011000 0 101100101 1100011 110110

Color Harmonies of #FE131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE131F

Black with #FE131F

Text Example


Text Example

White with #FE131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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