Html Css Color HEX #FE112C Torch Red

📋 copy color: '#FE112C'

red 254 ◦ green 17 ◦ blue 44

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

Shades of Torch Red #FE112C

Tints of Torch Red #FE112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 80.63%
G = 5.4%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE112C (or 0xFE112C) is known color: Torch Red. HEX triplet: FE, 11 and 2C. RGB value is (254,17,44). Sum of RGB (Red+Green+Blue) = 254+17+44=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE112C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE112C is #01EED3. Grayscale: #5B5B5B. Windows color (decimal): -126676 or 2888190. OLE color: 2888190.

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

Color convert

RGB 254 17 44 -
CMYK 0 0.93 0.83 0.00
HSL 353.16º 0.99% 0.53% -
HSV(B) 353.16º 0.93% 1% -
XYZ 41.53 21.65 4.37 -
YUV 90.94 101.52 244.3 -
System Red Green Blue C M Y K H S L
Decimal 254 17 44 0 0.93 0.83 0.00 353.16 0.99 0.53
Hex FE 11 2C 0 5D 53 0 161 63 35
Octal 376 21 54 0 135 123 0 541 143 65
Binary 11111110 10001 101100 0 1011101 1010011 0 101100001 1100011 110101

Color Harmonies of #FE112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE112C

Black with #FE112C

Text Example


Text Example

White with #FE112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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