Html Css Color HEX #FE050E Torch Red

📋 copy color: '#FE050E'

red 254 ◦ green 5 ◦ blue 14

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

Shades of Torch Red #FE050E

Tints of Torch Red #FE050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 93.04%
G = 1.83%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE050E (or 0xFE050E) is known color: Torch Red. HEX triplet: FE, 05 and 0E. RGB value is (254,5,14). Sum of RGB (Red+Green+Blue) = 254+5+14=273 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.04% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 254 - color contains mainly: red. Hex color #FE050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE050E is #01FAF1. Grayscale: #505050. Windows color (decimal): -129778 or 919038. OLE color: 919038.

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

Color convert

RGB 254 5 14 -
CMYK 0 0.98 0.94 0.00
HSL 357.83º 0.99% 0.51% -
HSV(B) 357.83º 0.98% 1% -
XYZ 41.01 21.21 2.35 -
YUV 80.48 90.49 251.77 -
System Red Green Blue C M Y K H S L
Decimal 254 5 14 0 0.98 0.94 0.00 357.83 0.99 0.51
Hex FE 5 E 0 62 5E 0 166 63 33
Octal 376 5 16 0 142 136 0 546 143 63
Binary 11111110 101 1110 0 1100010 1011110 0 101100110 1100011 110011

Color Harmonies of #FE050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE050E

Black with #FE050E

Text Example


Text Example

White with #FE050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE050E; }

 p { color: rgb(254,5,14); }

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

background-color css

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

 a { background-color: rgb(254,5,14); }

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

border-color css

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

 span { border-color: rgb(254,5,14); }

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