Html Css Color HEX #FE1138 Torch Red

📋 copy color: '#FE1138'

red 254 ◦ green 17 ◦ blue 56

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

Shades of Torch Red #FE1138

Tints of Torch Red #FE1138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 77.68%
G = 5.2%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FE1138 (or 0xFE1138) is known color: Torch Red. HEX triplet: FE, 11 and 38. RGB value is (254,17,56). Sum of RGB (Red+Green+Blue) = 254+17+56=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1138 is #01EEC7. Grayscale: #5C5C5C. Windows color (decimal): -126664 or 3674622. OLE color: 3674622.

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

Color convert

RGB 254 17 56 -
CMYK 0 0.93 0.78 0.00
HSL 350.13º 0.99% 0.53% -
HSV(B) 350.13º 0.93% 1% -
XYZ 41.79 21.76 5.74 -
YUV 92.31 107.52 243.33 -
System Red Green Blue C M Y K H S L
Decimal 254 17 56 0 0.93 0.78 0.00 350.13 0.99 0.53
Hex FE 11 38 0 5D 4E 0 15E 63 35
Octal 376 21 70 0 135 116 0 536 143 65
Binary 11111110 10001 111000 0 1011101 1001110 0 101011110 1100011 110101

Color Harmonies of #FE1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1138

Black with #FE1138

Text Example


Text Example

White with #FE1138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1138; }

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

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

background-color css

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

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

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

border-color css

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

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

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