Html Css Color HEX #FE2331 Torch Red

📋 copy color: '#FE2331'

red 254 ◦ green 35 ◦ blue 49

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

Shades of Torch Red #FE2331

Tints of Torch Red #FE2331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 75.15%
G = 10.36%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE2331 (or 0xFE2331) is known color: Torch Red. HEX triplet: FE, 23 and 31. RGB value is (254,35,49). Sum of RGB (Red+Green+Blue) = 254+35+49=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2331 is #01DCCE. Grayscale: #666666. Windows color (decimal): -122063 or 3220478. OLE color: 3220478.

HSL color Cylindrical-coordinate representation of color #FE2331: hue angle of 356.16º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2331 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 35 49 -
CMYK 0 0.86 0.81 0.00
HSL 356.16º 0.99% 0.57% -
HSV(B) 356.16º 0.86% 1% -
XYZ 42.03 22.49 5.03 -
YUV 102.08 98.05 236.36 -
System Red Green Blue C M Y K H S L
Decimal 254 35 49 0 0.86 0.81 0.00 356.16 0.99 0.57
Hex FE 23 31 0 56 51 0 164 63 39
Octal 376 43 61 0 126 121 0 544 143 71
Binary 11111110 100011 110001 0 1010110 1010001 0 101100100 1100011 111001

Color Harmonies of #FE2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2331

Black with #FE2331

Text Example


Text Example

White with #FE2331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2331; }

 p { color: rgb(254,35,49); }

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

background-color css

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

 a { background-color: rgb(254,35,49); }

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

border-color css

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

 span { border-color: rgb(254,35,49); }

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