Html Css Color HEX #FE112D Torch Red

📋 copy color: '#FE112D'

red 254 ◦ green 17 ◦ blue 45

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

Shades of Torch Red #FE112D

Tints of Torch Red #FE112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 80.38%
G = 5.38%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE112D (or 0xFE112D) is known color: Torch Red. HEX triplet: FE, 11 and 2D. RGB value is (254,17,45). Sum of RGB (Red+Green+Blue) = 254+17+45=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE112D is #01EED2. Grayscale: #5B5B5B. Windows color (decimal): -126675 or 2953726. OLE color: 2953726.

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

Color convert

RGB 254 17 45 -
CMYK 0 0.93 0.82 0.00
HSL 352.91º 0.99% 0.53% -
HSV(B) 352.91º 0.93% 1% -
XYZ 41.55 21.66 4.47 -
YUV 91.06 102.02 244.22 -
System Red Green Blue C M Y K H S L
Decimal 254 17 45 0 0.93 0.82 0.00 352.91 0.99 0.53
Hex FE 11 2D 0 5D 52 0 161 63 35
Octal 376 21 55 0 135 122 0 541 143 65
Binary 11111110 10001 101101 0 1011101 1010010 0 101100001 1100011 110101

Color Harmonies of #FE112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE112D

Black with #FE112D

Text Example


Text Example

White with #FE112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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