Html Css Color HEX #FE2540 Torch Red

📋 copy color: '#FE2540'

red 254 ◦ green 37 ◦ blue 64

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

Shades of Torch Red #FE2540

Tints of Torch Red #FE2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

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

R = 71.55%
G = 10.42%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE2540 (or 0xFE2540) is known color: Torch Red. HEX triplet: FE, 25 and 40. RGB value is (254,37,64). Sum of RGB (Red+Green+Blue) = 254+37+64=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2540 is #01DABF. Grayscale: #696969. Windows color (decimal): -121536 or 4204030. OLE color: 4204030.

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

Color convert

RGB 254 37 64 -
CMYK 0 0.85 0.75 0.00
HSL 352.53º 0.99% 0.57% -
HSV(B) 352.53º 0.85% 1% -
XYZ 42.46 22.76 7.01 -
YUV 104.96 104.89 234.3 -
System Red Green Blue C M Y K H S L
Decimal 254 37 64 0 0.85 0.75 0.00 352.53 0.99 0.57
Hex FE 25 40 0 55 4B 0 161 63 39
Octal 376 45 100 0 125 113 0 541 143 71
Binary 11111110 100101 1000000 0 1010101 1001011 0 101100001 1100011 111001

Color Harmonies of #FE2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2540

Black with #FE2540

Text Example


Text Example

White with #FE2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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