Html Css Color HEX #FE112B Torch Red

📋 copy color: '#FE112B'

red 254 ◦ green 17 ◦ blue 43

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

Shades of Torch Red #FE112B

Tints of Torch Red #FE112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 80.89%
G = 5.41%
B = 13.69%

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

#FE112B (or 0xFE112B) is known color: Torch Red. HEX triplet: FE, 11 and 2B. RGB value is (254,17,43). Sum of RGB (Red+Green+Blue) = 254+17+43=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE112B is #01EED4. Grayscale: #5A5A5A. Windows color (decimal): -126677 or 2822654. OLE color: 2822654.

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

Color convert

RGB 254 17 43 -
CMYK 0 0.93 0.83 0.00
HSL 353.42º 0.99% 0.53% -
HSV(B) 353.42º 0.93% 1% -
XYZ 41.51 21.65 4.28 -
YUV 90.83 101.02 244.39 -
System Red Green Blue C M Y K H S L
Decimal 254 17 43 0 0.93 0.83 0.00 353.42 0.99 0.53
Hex FE 11 2B 0 5D 53 0 161 63 35
Octal 376 21 53 0 135 123 0 541 143 65
Binary 11111110 10001 101011 0 1011101 1010011 0 101100001 1100011 110101

Color Harmonies of #FE112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE112B

Black with #FE112B

Text Example


Text Example

White with #FE112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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