Html Css Color HEX #FE0420 Torch Red

📋 copy color: '#FE0420'

red 254 ◦ green 4 ◦ blue 32

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

Shades of Torch Red #FE0420

Tints of Torch Red #FE0420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 87.59%
G = 1.38%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE0420 (or 0xFE0420) is known color: Torch Red. HEX triplet: FE, 04 and 20. RGB value is (254,4,32). Sum of RGB (Red+Green+Blue) = 254+4+32=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0420 is #01FBDF. Grayscale: #525252. Windows color (decimal): -130016 or 2098430. OLE color: 2098430.

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

Color convert

RGB 254 4 32 -
CMYK 0 0.98 0.87 0.00
HSL 353.28º 0.99% 0.51% -
HSV(B) 353.28º 0.98% 1% -
XYZ 41.18 21.26 3.3 -
YUV 81.94 99.83 250.72 -
System Red Green Blue C M Y K H S L
Decimal 254 4 32 0 0.98 0.87 0.00 353.28 0.99 0.51
Hex FE 4 20 0 62 57 0 161 63 33
Octal 376 4 40 0 142 127 0 541 143 63
Binary 11111110 100 100000 0 1100010 1010111 0 101100001 1100011 110011

Color Harmonies of #FE0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0420

Black with #FE0420

Text Example


Text Example

White with #FE0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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