Html Css Color HEX #FE022F Torch Red

📋 copy color: '#FE022F'

red 254 ◦ green 2 ◦ blue 47

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

Shades of Torch Red #FE022F

Tints of Torch Red #FE022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 83.83%
G = 0.66%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE022F (or 0xFE022F) is known color: Torch Red. HEX triplet: FE, 02 and 2F. RGB value is (254,2,47). Sum of RGB (Red+Green+Blue) = 254+2+47=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE022F is #01FDD0. Grayscale: #525252. Windows color (decimal): -130513 or 3080958. OLE color: 3080958.

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

Color convert

RGB 254 2 47 -
CMYK 0 0.99 0.81 0.00
HSL 349.29º 0.99% 0.5% -
HSV(B) 349.29º 0.99% 1% -
XYZ 41.41 21.32 4.62 -
YUV 82.48 107.99 250.34 -
System Red Green Blue C M Y K H S L
Decimal 254 2 47 0 0.99 0.81 0.00 349.29 0.99 0.5
Hex FE 2 2F 0 63 51 0 15D 63 32
Octal 376 2 57 0 143 121 0 535 143 62
Binary 11111110 10 101111 0 1100011 1010001 0 101011101 1100011 110010

Color Harmonies of #FE022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE022F

Black with #FE022F

Text Example


Text Example

White with #FE022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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