Html Css Color HEX #FE040E Torch Red

📋 copy color: '#FE040E'

red 254 ◦ green 4 ◦ blue 14

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

Shades of Torch Red #FE040E

Tints of Torch Red #FE040E

RGB

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

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

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

R = 93.38%
G = 1.47%
B = 5.15%

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

#FE040E (or 0xFE040E) is known color: Torch Red. HEX triplet: FE, 04 and 0E. RGB value is (254,4,14). Sum of RGB (Red+Green+Blue) = 254+4+14=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE040E is #01FBF1. Grayscale: #505050. Windows color (decimal): -130034 or 918782. OLE color: 918782.

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

Color convert

RGB 254 4 14 -
CMYK 0 0.98 0.94 0.00
HSL 357.6º 0.99% 0.51% -
HSV(B) 357.6º 0.98% 1% -
XYZ 41 21.19 2.34 -
YUV 79.89 90.83 252.19 -
System Red Green Blue C M Y K H S L
Decimal 254 4 14 0 0.98 0.94 0.00 357.6 0.99 0.51
Hex FE 4 E 0 62 5E 0 166 63 33
Octal 376 4 16 0 142 136 0 546 143 63
Binary 11111110 100 1110 0 1100010 1011110 0 101100110 1100011 110011

Color Harmonies of #FE040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE040E

Black with #FE040E

Text Example


Text Example

White with #FE040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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