Html Css Color HEX #FE042F Torch Red

📋 copy color: '#FE042F'

red 254 ◦ green 4 ◦ blue 47

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

Shades of Torch Red #FE042F

Tints of Torch Red #FE042F

RGB

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

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

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

R = 83.28%
G = 1.31%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE042F (or 0xFE042F) is known color: Torch Red. HEX triplet: FE, 04 and 2F. RGB value is (254,4,47). Sum of RGB (Red+Green+Blue) = 254+4+47=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE042F is #01FBD0. Grayscale: #535353. Windows color (decimal): -130001 or 3081470. OLE color: 3081470.

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

Color convert

RGB 254 4 47 -
CMYK 0 0.98 0.81 0.00
HSL 349.68º 0.99% 0.51% -
HSV(B) 349.68º 0.98% 1% -
XYZ 41.43 21.36 4.63 -
YUV 83.65 107.33 249.5 -
System Red Green Blue C M Y K H S L
Decimal 254 4 47 0 0.98 0.81 0.00 349.68 0.99 0.51
Hex FE 4 2F 0 62 51 0 15E 63 33
Octal 376 4 57 0 142 121 0 536 143 63
Binary 11111110 100 101111 0 1100010 1010001 0 101011110 1100011 110011

Color Harmonies of #FE042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE042F

Black with #FE042F

Text Example


Text Example

White with #FE042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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