Html Css Color HEX #FE074D Torch Red

📋 copy color: '#FE074D'

red 254 ◦ green 7 ◦ blue 77

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

Shades of Torch Red #FE074D

Tints of Torch Red #FE074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 75.15%
G = 2.07%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE074D (or 0xFE074D) is known color: Torch Red. HEX triplet: FE, 07 and 4D. RGB value is (254,7,77). Sum of RGB (Red+Green+Blue) = 254+7+77=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE074D is #01F8B2. Grayscale: #585858. Windows color (decimal): -129203 or 5048318. OLE color: 5048318.

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

Color convert

RGB 254 7 77 -
CMYK 0 0.97 0.70 0.00
HSL 343º 0.99% 0.51% -
HSV(B) 343º 0.97% 1% -
XYZ 42.29 21.76 8.99 -
YUV 88.83 121.33 245.81 -
System Red Green Blue C M Y K H S L
Decimal 254 7 77 0 0.97 0.70 0.00 343 0.99 0.51
Hex FE 7 4D 0 61 46 0 157 63 33
Octal 376 7 115 0 141 106 0 527 143 63
Binary 11111110 111 1001101 0 1100001 1000110 0 101010111 1100011 110011

Color Harmonies of #FE074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE074D

Black with #FE074D

Text Example


Text Example

White with #FE074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE074D; }

 p { color: rgb(254,7,77); }

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

background-color css

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

 a { background-color: rgb(254,7,77); }

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

border-color css

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

 span { border-color: rgb(254,7,77); }

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