Html Css Color HEX #FE011A Torch Red

📋 copy color: '#FE011A'

red 254 ◦ green 1 ◦ blue 26

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

Shades of Torch Red #FE011A

Tints of Torch Red #FE011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 90.39%
G = 0.36%
B = 9.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE011A (or 0xFE011A) is known color: Torch Red. HEX triplet: FE, 01 and 1A. RGB value is (254,1,26). Sum of RGB (Red+Green+Blue) = 254+1+26=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE011A is #01FEE5. Grayscale: #4F4F4F. Windows color (decimal): -130790 or 1704446. OLE color: 1704446.

HSL color Cylindrical-coordinate representation of color #FE011A: hue angle of 354.07º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE011A is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 1 26 -
CMYK 0 1.00 0.90 0.00
HSL 354.07º 0.99% 0.5% -
HSV(B) 354.07º 1% 1% -
XYZ 41.07 21.17 2.9 -
YUV 79.5 97.82 252.47 -
System Red Green Blue C M Y K H S L
Decimal 254 1 26 0 1.00 0.90 0.00 354.07 0.99 0.5
Hex FE 1 1A 0 64 5A 0 162 63 32
Octal 376 1 32 0 144 132 0 542 143 62
Binary 11111110 1 11010 0 1100100 1011010 0 101100010 1100011 110010

Color Harmonies of #FE011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE011A

Black with #FE011A

Text Example


Text Example

White with #FE011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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