Html Css Color HEX #FE1120 Torch Red

📋 copy color: '#FE1120'

red 254 ◦ green 17 ◦ blue 32

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

Shades of Torch Red #FE1120

Tints of Torch Red #FE1120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 83.83%
G = 5.61%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE1120 (or 0xFE1120) is known color: Torch Red. HEX triplet: FE, 11 and 20. RGB value is (254,17,32). Sum of RGB (Red+Green+Blue) = 254+17+32=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1120 is #01EEDF. Grayscale: #595959. Windows color (decimal): -126688 or 2101758. OLE color: 2101758.

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

Color convert

RGB 254 17 32 -
CMYK 0 0.93 0.87 0.00
HSL 356.2º 0.99% 0.53% -
HSV(B) 356.2º 0.93% 1% -
XYZ 41.33 21.58 3.35 -
YUV 89.57 95.52 245.28 -
System Red Green Blue C M Y K H S L
Decimal 254 17 32 0 0.93 0.87 0.00 356.2 0.99 0.53
Hex FE 11 20 0 5D 57 0 164 63 35
Octal 376 21 40 0 135 127 0 544 143 65
Binary 11111110 10001 100000 0 1011101 1010111 0 101100100 1100011 110101

Color Harmonies of #FE1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1120

Black with #FE1120

Text Example


Text Example

White with #FE1120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1120; }

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

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

background-color css

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

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

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

border-color css

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

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

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