Html Css Color HEX #FE171A Torch Red

📋 copy color: '#FE171A'

red 254 ◦ green 23 ◦ blue 26

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

Shades of Torch Red #FE171A

Tints of Torch Red #FE171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

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

R = 83.83%
G = 7.59%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE171A (or 0xFE171A) is known color: Torch Red. HEX triplet: FE, 17 and 1A. RGB value is (254,23,26). Sum of RGB (Red+Green+Blue) = 254+23+26=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE171A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE171A is #01E8E5. Grayscale: #5C5C5C. Windows color (decimal): -125158 or 1710078. OLE color: 1710078.

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

Color convert

RGB 254 23 26 -
CMYK 0 0.91 0.90 0.00
HSL 359.22º 0.99% 0.54% -
HSV(B) 359.22º 0.91% 1% -
XYZ 41.37 21.76 3 -
YUV 92.41 90.53 243.26 -
System Red Green Blue C M Y K H S L
Decimal 254 23 26 0 0.91 0.90 0.00 359.22 0.99 0.54
Hex FE 17 1A 0 5B 5A 0 167 63 36
Octal 376 27 32 0 133 132 0 547 143 66
Binary 11111110 10111 11010 0 1011011 1011010 0 101100111 1100011 110110

Color Harmonies of #FE171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE171A

Black with #FE171A

Text Example


Text Example

White with #FE171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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