Html Css Color HEX #FE193F Torch Red

📋 copy color: '#FE193F'

red 254 ◦ green 25 ◦ blue 63

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

Shades of Torch Red #FE193F

Tints of Torch Red #FE193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 74.27%
G = 7.31%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE193F (or 0xFE193F) is known color: Torch Red. HEX triplet: FE, 19 and 3F. RGB value is (254,25,63). Sum of RGB (Red+Green+Blue) = 254+25+63=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE193F is #01E6C0. Grayscale: #616161. Windows color (decimal): -124609 or 4135422. OLE color: 4135422.

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

Color convert

RGB 254 25 63 -
CMYK 0 0.90 0.75 0.00
HSL 350.04º 0.99% 0.55% -
HSV(B) 350.04º 0.9% 1% -
XYZ 42.12 22.12 6.75 -
YUV 97.8 108.37 239.41 -
System Red Green Blue C M Y K H S L
Decimal 254 25 63 0 0.90 0.75 0.00 350.04 0.99 0.55
Hex FE 19 3F 0 5A 4B 0 15E 63 37
Octal 376 31 77 0 132 113 0 536 143 67
Binary 11111110 11001 111111 0 1011010 1001011 0 101011110 1100011 110111

Color Harmonies of #FE193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE193F

Black with #FE193F

Text Example


Text Example

White with #FE193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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