Html Css Color HEX #FE021C Torch Red

📋 copy color: '#FE021C'

red 254 ◦ green 2 ◦ blue 28

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

Shades of Torch Red #FE021C

Tints of Torch Red #FE021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 89.44%
G = 0.7%
B = 9.86%

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

#FE021C (or 0xFE021C) is known color: Torch Red. HEX triplet: FE, 02 and 1C. RGB value is (254,2,28). Sum of RGB (Red+Green+Blue) = 254+2+28=284 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.44% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 254 - color contains mainly: red. Hex color #FE021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE021C is #01FDE3. Grayscale: #505050. Windows color (decimal): -130532 or 1835774. OLE color: 1835774.

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

Color convert

RGB 254 2 28 -
CMYK 0 0.99 0.89 0.00
HSL 353.81º 0.99% 0.5% -
HSV(B) 353.81º 0.99% 1% -
XYZ 41.1 21.2 3.02 -
YUV 80.31 98.49 251.89 -
System Red Green Blue C M Y K H S L
Decimal 254 2 28 0 0.99 0.89 0.00 353.81 0.99 0.5
Hex FE 2 1C 0 63 59 0 162 63 32
Octal 376 2 34 0 143 131 0 542 143 62
Binary 11111110 10 11100 0 1100011 1011001 0 101100010 1100011 110010

Color Harmonies of #FE021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE021C

Black with #FE021C

Text Example


Text Example

White with #FE021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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