Html Css Color HEX #FE2740 Torch Red

📋 copy color: '#FE2740'

red 254 ◦ green 39 ◦ blue 64

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

Shades of Torch Red #FE2740

Tints of Torch Red #FE2740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.92%

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

R = 71.15%
G = 10.92%
B = 17.93%

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

#FE2740 (or 0xFE2740) is known color: Torch Red. HEX triplet: FE, 27 and 40. RGB value is (254,39,64). Sum of RGB (Red+Green+Blue) = 254+39+64=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2740 is #01D8BF. Grayscale: #6A6A6A. Windows color (decimal): -121024 or 4204542. OLE color: 4204542.

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

Color convert

RGB 254 39 64 -
CMYK 0 0.85 0.75 0.00
HSL 353.02º 0.99% 0.57% -
HSV(B) 353.02º 0.85% 1% -
XYZ 42.52 22.89 7.03 -
YUV 106.14 104.23 233.47 -
System Red Green Blue C M Y K H S L
Decimal 254 39 64 0 0.85 0.75 0.00 353.02 0.99 0.57
Hex FE 27 40 0 55 4B 0 161 63 39
Octal 376 47 100 0 125 113 0 541 143 71
Binary 11111110 100111 1000000 0 1010101 1001011 0 101100001 1100011 111001

Color Harmonies of #FE2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2740

Black with #FE2740

Text Example


Text Example

White with #FE2740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2740; }

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

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

background-color css

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

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

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

border-color css

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

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

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