Html Css Color HEX #FE111F Torch Red

📋 copy color: '#FE111F'

red 254 ◦ green 17 ◦ blue 31

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

Shades of Torch Red #FE111F

Tints of Torch Red #FE111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.63%

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

R = 84.11%
G = 5.63%
B = 10.26%

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

#FE111F (or 0xFE111F) is known color: Torch Red. HEX triplet: FE, 11 and 1F. RGB value is (254,17,31). Sum of RGB (Red+Green+Blue) = 254+17+31=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE111F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE111F is #01EEE0. Grayscale: #595959. Windows color (decimal): -126689 or 2036222. OLE color: 2036222.

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

Color convert

RGB 254 17 31 -
CMYK 0 0.93 0.88 0.00
HSL 356.46º 0.99% 0.53% -
HSV(B) 356.46º 0.93% 1% -
XYZ 41.32 21.57 3.28 -
YUV 89.46 95.02 245.36 -
System Red Green Blue C M Y K H S L
Decimal 254 17 31 0 0.93 0.88 0.00 356.46 0.99 0.53
Hex FE 11 1F 0 5D 58 0 164 63 35
Octal 376 21 37 0 135 130 0 544 143 65
Binary 11111110 10001 11111 0 1011101 1011000 0 101100100 1100011 110101

Color Harmonies of #FE111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE111F

Black with #FE111F

Text Example


Text Example

White with #FE111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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