Html Css Color HEX #FE024D Torch Red

📋 copy color: '#FE024D'

red 254 ◦ green 2 ◦ blue 77

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

Shades of Torch Red #FE024D

Tints of Torch Red #FE024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 76.28%
G = 0.6%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE024D (or 0xFE024D) is known color: Torch Red. HEX triplet: FE, 02 and 4D. RGB value is (254,2,77). Sum of RGB (Red+Green+Blue) = 254+2+77=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE024D is #01FDB2. Grayscale: #555555. Windows color (decimal): -130483 or 5047038. OLE color: 5047038.

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

Color convert

RGB 254 2 77 -
CMYK 0 0.99 0.70 0.00
HSL 342.14º 0.99% 0.5% -
HSV(B) 342.14º 0.99% 1% -
XYZ 42.23 21.65 8.97 -
YUV 85.9 122.99 247.9 -
System Red Green Blue C M Y K H S L
Decimal 254 2 77 0 0.99 0.70 0.00 342.14 0.99 0.5
Hex FE 2 4D 0 63 46 0 156 63 32
Octal 376 2 115 0 143 106 0 526 143 62
Binary 11111110 10 1001101 0 1100011 1000110 0 101010110 1100011 110010

Color Harmonies of #FE024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE024D

Black with #FE024D

Text Example


Text Example

White with #FE024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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