Html Css Color HEX #FE1132 Torch Red

📋 copy color: '#FE1132'

red 254 ◦ green 17 ◦ blue 50

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

Shades of Torch Red #FE1132

Tints of Torch Red #FE1132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 79.13%
G = 5.3%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE1132 (or 0xFE1132) is known color: Torch Red. HEX triplet: FE, 11 and 32. RGB value is (254,17,50). Sum of RGB (Red+Green+Blue) = 254+17+50=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1132 is #01EECD. Grayscale: #5B5B5B. Windows color (decimal): -126670 or 3281406. OLE color: 3281406.

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

Color convert

RGB 254 17 50 -
CMYK 0 0.93 0.80 0.00
HSL 351.65º 0.99% 0.53% -
HSV(B) 351.65º 0.93% 1% -
XYZ 41.65 21.7 5.01 -
YUV 91.63 104.52 243.82 -
System Red Green Blue C M Y K H S L
Decimal 254 17 50 0 0.93 0.80 0.00 351.65 0.99 0.53
Hex FE 11 32 0 5D 50 0 160 63 35
Octal 376 21 62 0 135 120 0 540 143 65
Binary 11111110 10001 110010 0 1011101 1010000 0 101100000 1100011 110101

Color Harmonies of #FE1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1132

Black with #FE1132

Text Example


Text Example

White with #FE1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1132; }

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

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

background-color css

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

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

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

border-color css

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

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

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