Html Css Color HEX #FE041A Torch Red

📋 copy color: '#FE041A'

red 254 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #FE041A

Tints of Torch Red #FE041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 89.44%
G = 1.41%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE041A (or 0xFE041A) is known color: Torch Red. HEX triplet: FE, 04 and 1A. RGB value is (254,4,26). Sum of RGB (Red+Green+Blue) = 254+4+26=284 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.44% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 254 - color contains mainly: red. Hex color #FE041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE041A is #01FBE5. Grayscale: #515151. Windows color (decimal): -130022 or 1705214. OLE color: 1705214.

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

Color convert

RGB 254 4 26 -
CMYK 0 0.98 0.90 0.00
HSL 354.72º 0.99% 0.51% -
HSV(B) 354.72º 0.98% 1% -
XYZ 41.1 21.23 2.91 -
YUV 81.26 96.83 251.21 -
System Red Green Blue C M Y K H S L
Decimal 254 4 26 0 0.98 0.90 0.00 354.72 0.99 0.51
Hex FE 4 1A 0 62 5A 0 163 63 33
Octal 376 4 32 0 142 132 0 543 143 63
Binary 11111110 100 11010 0 1100010 1011010 0 101100011 1100011 110011

Color Harmonies of #FE041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE041A

Black with #FE041A

Text Example


Text Example

White with #FE041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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