Html Css Color HEX #FE172F Torch Red

📋 copy color: '#FE172F'

red 254 ◦ green 23 ◦ blue 47

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

Shades of Torch Red #FE172F

Tints of Torch Red #FE172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 78.4%
G = 7.1%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE172F (or 0xFE172F) is known color: Torch Red. HEX triplet: FE, 17 and 2F. RGB value is (254,23,47). Sum of RGB (Red+Green+Blue) = 254+23+47=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE172F is #01E8D0. Grayscale: #5E5E5E. Windows color (decimal): -125137 or 3086334. OLE color: 3086334.

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

Color convert

RGB 254 23 47 -
CMYK 0 0.91 0.81 0.00
HSL 353.77º 0.99% 0.54% -
HSV(B) 353.77º 0.91% 1% -
XYZ 41.69 21.89 4.72 -
YUV 94.81 101.03 241.55 -
System Red Green Blue C M Y K H S L
Decimal 254 23 47 0 0.91 0.81 0.00 353.77 0.99 0.54
Hex FE 17 2F 0 5B 51 0 162 63 36
Octal 376 27 57 0 133 121 0 542 143 66
Binary 11111110 10111 101111 0 1011011 1010001 0 101100010 1100011 110110

Color Harmonies of #FE172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE172F

Black with #FE172F

Text Example


Text Example

White with #FE172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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