Html Css Color HEX #FE052A Torch Red

📋 copy color: '#FE052A'

red 254 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #FE052A

Tints of Torch Red #FE052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 84.39%
G = 1.66%
B = 13.95%

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

#FE052A (or 0xFE052A) is known color: Torch Red. HEX triplet: FE, 05 and 2A. RGB value is (254,5,42). Sum of RGB (Red+Green+Blue) = 254+5+42=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE052A is #01FAD5. Grayscale: #535353. Windows color (decimal): -129750 or 2754046. OLE color: 2754046.

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

Color convert

RGB 254 5 42 -
CMYK 0 0.98 0.83 0.00
HSL 351.08º 0.99% 0.51% -
HSV(B) 351.08º 0.98% 1% -
XYZ 41.35 21.35 4.13 -
YUV 83.67 104.49 249.49 -
System Red Green Blue C M Y K H S L
Decimal 254 5 42 0 0.98 0.83 0.00 351.08 0.99 0.51
Hex FE 5 2A 0 62 53 0 15F 63 33
Octal 376 5 52 0 142 123 0 537 143 63
Binary 11111110 101 101010 0 1100010 1010011 0 101011111 1100011 110011

Color Harmonies of #FE052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE052A

Black with #FE052A

Text Example


Text Example

White with #FE052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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