Html Css Color HEX #FE2340 Torch Red

📋 copy color: '#FE2340'

red 254 ◦ green 35 ◦ blue 64

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

Shades of Torch Red #FE2340

Tints of Torch Red #FE2340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 71.95%
G = 9.92%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE2340 (or 0xFE2340) is known color: Torch Red. HEX triplet: FE, 23 and 40. RGB value is (254,35,64). Sum of RGB (Red+Green+Blue) = 254+35+64=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2340 is #01DCBF. Grayscale: #676767. Windows color (decimal): -122048 or 4203518. OLE color: 4203518.

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

Color convert

RGB 254 35 64 -
CMYK 0 0.86 0.75 0.00
HSL 352.05º 0.99% 0.57% -
HSV(B) 352.05º 0.86% 1% -
XYZ 42.4 22.64 6.99 -
YUV 103.79 105.55 235.14 -
System Red Green Blue C M Y K H S L
Decimal 254 35 64 0 0.86 0.75 0.00 352.05 0.99 0.57
Hex FE 23 40 0 56 4B 0 160 63 39
Octal 376 43 100 0 126 113 0 540 143 71
Binary 11111110 100011 1000000 0 1010110 1001011 0 101100000 1100011 111001

Color Harmonies of #FE2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2340

Black with #FE2340

Text Example


Text Example

White with #FE2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2340; }

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

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

background-color css

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

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

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

border-color css

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

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

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