Html Css Color HEX #FE021D Torch Red

📋 copy color: '#FE021D'

red 254 ◦ green 2 ◦ blue 29

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

Shades of Torch Red #FE021D

Tints of Torch Red #FE021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 89.12%
G = 0.7%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE021D (or 0xFE021D) is known color: Torch Red. HEX triplet: FE, 02 and 1D. RGB value is (254,2,29). Sum of RGB (Red+Green+Blue) = 254+2+29=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE021D is #01FDE2. Grayscale: #505050. Windows color (decimal): -130531 or 1901310. OLE color: 1901310.

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

Color convert

RGB 254 2 29 -
CMYK 0 0.99 0.89 0.00
HSL 353.57º 0.99% 0.5% -
HSV(B) 353.57º 0.99% 1% -
XYZ 41.12 21.2 3.09 -
YUV 80.43 98.99 251.8 -
System Red Green Blue C M Y K H S L
Decimal 254 2 29 0 0.99 0.89 0.00 353.57 0.99 0.5
Hex FE 2 1D 0 63 59 0 162 63 32
Octal 376 2 35 0 143 131 0 542 143 62
Binary 11111110 10 11101 0 1100011 1011001 0 101100010 1100011 110010

Color Harmonies of #FE021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE021D

Black with #FE021D

Text Example


Text Example

White with #FE021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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