Html Css Color HEX #FE1A25 Torch Red

📋 copy color: '#FE1A25'

red 254 ◦ green 26 ◦ blue 37

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

Shades of Torch Red #FE1A25

Tints of Torch Red #FE1A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 80.13%
G = 8.2%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE1A25 (or 0xFE1A25) is known color: Torch Red. HEX triplet: FE, 1A and 25. RGB value is (254,26,37). Sum of RGB (Red+Green+Blue) = 254+26+37=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1A25 is #01E5DA. Grayscale: #5F5F5F. Windows color (decimal): -124379 or 2431742. OLE color: 2431742.

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

Color convert

RGB 254 26 37 -
CMYK 0 0.90 0.85 0.00
HSL 357.11º 0.99% 0.55% -
HSV(B) 357.11º 0.9% 1% -
XYZ 41.58 21.94 3.79 -
YUV 95.43 95.04 241.11 -
System Red Green Blue C M Y K H S L
Decimal 254 26 37 0 0.90 0.85 0.00 357.11 0.99 0.55
Hex FE 1A 25 0 5A 55 0 165 63 37
Octal 376 32 45 0 132 125 0 545 143 67
Binary 11111110 11010 100101 0 1011010 1010101 0 101100101 1100011 110111

Color Harmonies of #FE1A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1A25

Black with #FE1A25

Text Example


Text Example

White with #FE1A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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