Html Css Color HEX #FE1419 Torch Red

📋 copy color: '#FE1419'

red 254 ◦ green 20 ◦ blue 25

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

Shades of Torch Red #FE1419

Tints of Torch Red #FE1419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 84.95%
G = 6.69%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE1419 (or 0xFE1419) is known color: Torch Red. HEX triplet: FE, 14 and 19. RGB value is (254,20,25). Sum of RGB (Red+Green+Blue) = 254+20+25=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1419 is #01EBE6. Grayscale: #5A5A5A. Windows color (decimal): -125927 or 1643774. OLE color: 1643774.

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

Color convert

RGB 254 20 25 -
CMYK 0 0.92 0.90 0.00
HSL 358.72º 0.99% 0.54% -
HSV(B) 358.72º 0.92% 1% -
XYZ 41.3 21.64 2.92 -
YUV 90.54 91.02 244.59 -
System Red Green Blue C M Y K H S L
Decimal 254 20 25 0 0.92 0.90 0.00 358.72 0.99 0.54
Hex FE 14 19 0 5C 5A 0 167 63 36
Octal 376 24 31 0 134 132 0 547 143 66
Binary 11111110 10100 11001 0 1011100 1011010 0 101100111 1100011 110110

Color Harmonies of #FE1419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1419

Black with #FE1419

Text Example


Text Example

White with #FE1419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1419; }

 p { color: rgb(254,20,25); }

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

background-color css

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

 a { background-color: rgb(254,20,25); }

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

border-color css

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

 span { border-color: rgb(254,20,25); }

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