Html Css Color HEX #FE053A Torch Red

📋 copy color: '#FE053A'

red 254 ◦ green 5 ◦ blue 58

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

Shades of Torch Red #FE053A

Tints of Torch Red #FE053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 80.13%
G = 1.58%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE053A (or 0xFE053A) is known color: Torch Red. HEX triplet: FE, 05 and 3A. RGB value is (254,5,58). Sum of RGB (Red+Green+Blue) = 254+5+58=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE053A is #01FAC5. Grayscale: #555555. Windows color (decimal): -129734 or 3802622. OLE color: 3802622.

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

Color convert

RGB 254 5 58 -
CMYK 0 0.98 0.77 0.00
HSL 347.23º 0.99% 0.51% -
HSV(B) 347.23º 0.98% 1% -
XYZ 41.69 21.48 5.95 -
YUV 85.49 112.49 248.19 -
System Red Green Blue C M Y K H S L
Decimal 254 5 58 0 0.98 0.77 0.00 347.23 0.99 0.51
Hex FE 5 3A 0 62 4D 0 15B 63 33
Octal 376 5 72 0 142 115 0 533 143 63
Binary 11111110 101 111010 0 1100010 1001101 0 101011011 1100011 110011

Color Harmonies of #FE053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE053A

Black with #FE053A

Text Example


Text Example

White with #FE053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE053A; }

 p { color: rgb(254,5,58); }

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

background-color css

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

 a { background-color: rgb(254,5,58); }

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

border-color css

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

 span { border-color: rgb(254,5,58); }

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