Html Css Color HEX #FE042C Torch Red

📋 copy color: '#FE042C'

red 254 ◦ green 4 ◦ blue 44

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

Shades of Torch Red #FE042C

Tints of Torch Red #FE042C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 84.11%
G = 1.32%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE042C (or 0xFE042C) is known color: Torch Red. HEX triplet: FE, 04 and 2C. RGB value is (254,4,44). Sum of RGB (Red+Green+Blue) = 254+4+44=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE042C is #01FBD3. Grayscale: #535353. Windows color (decimal): -130004 or 2884862. OLE color: 2884862.

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

Color convert

RGB 254 4 44 -
CMYK 0 0.98 0.83 0.00
HSL 350.4º 0.99% 0.51% -
HSV(B) 350.4º 0.98% 1% -
XYZ 41.37 21.34 4.32 -
YUV 83.31 105.83 249.75 -
System Red Green Blue C M Y K H S L
Decimal 254 4 44 0 0.98 0.83 0.00 350.4 0.99 0.51
Hex FE 4 2C 0 62 53 0 15E 63 33
Octal 376 4 54 0 142 123 0 536 143 63
Binary 11111110 100 101100 0 1100010 1010011 0 101011110 1100011 110011

Color Harmonies of #FE042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE042C

Black with #FE042C

Text Example


Text Example

White with #FE042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE042C; }

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

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

background-color css

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

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

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

border-color css

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

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

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