Html Css Color HEX #FE021E Torch Red

📋 copy color: '#FE021E'

red 254 ◦ green 2 ◦ blue 30

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

Shades of Torch Red #FE021E

Tints of Torch Red #FE021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 88.81%
G = 0.7%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE021E (or 0xFE021E) is known color: Torch Red. HEX triplet: FE, 02 and 1E. RGB value is (254,2,30). Sum of RGB (Red+Green+Blue) = 254+2+30=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE021E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE021E is #01FDE1. Grayscale: #505050. Windows color (decimal): -130530 or 1966846. OLE color: 1966846.

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

Color convert

RGB 254 2 30 -
CMYK 0 0.99 0.88 0.00
HSL 353.33º 0.99% 0.5% -
HSV(B) 353.33º 0.99% 1% -
XYZ 41.13 21.21 3.15 -
YUV 80.54 99.49 251.72 -
System Red Green Blue C M Y K H S L
Decimal 254 2 30 0 0.99 0.88 0.00 353.33 0.99 0.5
Hex FE 2 1E 0 63 58 0 161 63 32
Octal 376 2 36 0 143 130 0 541 143 62
Binary 11111110 10 11110 0 1100011 1011000 0 101100001 1100011 110010

Color Harmonies of #FE021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE021E

Black with #FE021E

Text Example


Text Example

White with #FE021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE021E; }

 p { color: rgb(254,2,30); }

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

background-color css

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

 a { background-color: rgb(254,2,30); }

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

border-color css

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

 span { border-color: rgb(254,2,30); }

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