Html Css Color HEX #FE041D Torch Red

📋 copy color: '#FE041D'

red 254 ◦ green 4 ◦ blue 29

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

Shades of Torch Red #FE041D

Tints of Torch Red #FE041D

RGB

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

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

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

R = 88.5%
G = 1.39%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE041D (or 0xFE041D) is known color: Torch Red. HEX triplet: FE, 04 and 1D. RGB value is (254,4,29). Sum of RGB (Red+Green+Blue) = 254+4+29=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE041D is #01FBE2. Grayscale: #515151. Windows color (decimal): -130019 or 1901822. OLE color: 1901822.

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

Color convert

RGB 254 4 29 -
CMYK 0 0.98 0.89 0.00
HSL 354º 0.99% 0.51% -
HSV(B) 354º 0.98% 1% -
XYZ 41.14 21.25 3.1 -
YUV 81.6 98.33 250.97 -
System Red Green Blue C M Y K H S L
Decimal 254 4 29 0 0.98 0.89 0.00 354 0.99 0.51
Hex FE 4 1D 0 62 59 0 162 63 33
Octal 376 4 35 0 142 131 0 542 143 63
Binary 11111110 100 11101 0 1100010 1011001 0 101100010 1100011 110011

Color Harmonies of #FE041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE041D

Black with #FE041D

Text Example


Text Example

White with #FE041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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