Html Css Color HEX #FE202A Torch Red

📋 copy color: '#FE202A'

red 254 ◦ green 32 ◦ blue 42

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

Shades of Torch Red #FE202A

Tints of Torch Red #FE202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

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

R = 77.44%
G = 9.76%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE202A (or 0xFE202A) is known color: Torch Red. HEX triplet: FE, 20 and 2A. RGB value is (254,32,42). Sum of RGB (Red+Green+Blue) = 254+32+42=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE202A is #01DFD5. Grayscale: #636363. Windows color (decimal): -122838 or 2760958. OLE color: 2760958.

HSL color Cylindrical-coordinate representation of color #FE202A: hue angle of 357.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE202A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 32 42 -
CMYK 0 0.87 0.83 0.00
HSL 357.3º 0.99% 0.56% -
HSV(B) 357.3º 0.87% 1% -
XYZ 41.81 22.27 4.29 -
YUV 99.52 95.55 238.19 -
System Red Green Blue C M Y K H S L
Decimal 254 32 42 0 0.87 0.83 0.00 357.3 0.99 0.56
Hex FE 20 2A 0 57 53 0 165 63 38
Octal 376 40 52 0 127 123 0 545 143 70
Binary 11111110 100000 101010 0 1010111 1010011 0 101100101 1100011 111000

Color Harmonies of #FE202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE202A

Black with #FE202A

Text Example


Text Example

White with #FE202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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