Html Css Color HEX #FE044D Torch Red

📋 copy color: '#FE044D'

red 254 ◦ green 4 ◦ blue 77

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

Shades of Torch Red #FE044D

Tints of Torch Red #FE044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 75.82%
G = 1.19%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE044D (or 0xFE044D) is known color: Torch Red. HEX triplet: FE, 04 and 4D. RGB value is (254,4,77). Sum of RGB (Red+Green+Blue) = 254+4+77=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE044D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE044D is #01FBB2. Grayscale: #575757. Windows color (decimal): -129971 or 5047550. OLE color: 5047550.

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

Color convert

RGB 254 4 77 -
CMYK 0 0.98 0.70 0.00
HSL 342.48º 0.99% 0.51% -
HSV(B) 342.48º 0.98% 1% -
XYZ 42.26 21.69 8.98 -
YUV 87.07 122.33 247.06 -
System Red Green Blue C M Y K H S L
Decimal 254 4 77 0 0.98 0.70 0.00 342.48 0.99 0.51
Hex FE 4 4D 0 62 46 0 156 63 33
Octal 376 4 115 0 142 106 0 526 143 63
Binary 11111110 100 1001101 0 1100010 1000110 0 101010110 1100011 110011

Color Harmonies of #FE044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE044D

Black with #FE044D

Text Example


Text Example

White with #FE044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE044D; }

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

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

background-color css

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

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

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

border-color css

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

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

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