Html Css Color HEX #FE053B Torch Red

📋 copy color: '#FE053B'

red 254 ◦ green 5 ◦ blue 59

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

Shades of Torch Red #FE053B

Tints of Torch Red #FE053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 79.87%
G = 1.57%
B = 18.55%

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

#FE053B (or 0xFE053B) is known color: Torch Red. HEX triplet: FE, 05 and 3B. RGB value is (254,5,59). Sum of RGB (Red+Green+Blue) = 254+5+59=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE053B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE053B is #01FAC4. Grayscale: #555555. Windows color (decimal): -129733 or 3868158. OLE color: 3868158.

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

Color convert

RGB 254 5 59 -
CMYK 0 0.98 0.77 0.00
HSL 346.99º 0.99% 0.51% -
HSV(B) 346.99º 0.98% 1% -
XYZ 41.72 21.5 6.09 -
YUV 85.61 112.99 248.11 -
System Red Green Blue C M Y K H S L
Decimal 254 5 59 0 0.98 0.77 0.00 346.99 0.99 0.51
Hex FE 5 3B 0 62 4D 0 15B 63 33
Octal 376 5 73 0 142 115 0 533 143 63
Binary 11111110 101 111011 0 1100010 1001101 0 101011011 1100011 110011

Color Harmonies of #FE053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE053B

Black with #FE053B

Text Example


Text Example

White with #FE053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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