Html Css Color HEX #FE193B Torch Red

📋 copy color: '#FE193B'

red 254 ◦ green 25 ◦ blue 59

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

Shades of Torch Red #FE193B

Tints of Torch Red #FE193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 75.15%
G = 7.4%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE193B (or 0xFE193B) is known color: Torch Red. HEX triplet: FE, 19 and 3B. RGB value is (254,25,59). Sum of RGB (Red+Green+Blue) = 254+25+59=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE193B is #01E6C4. Grayscale: #616161. Windows color (decimal): -124613 or 3873278. OLE color: 3873278.

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

Color convert

RGB 254 25 59 -
CMYK 0 0.90 0.77 0.00
HSL 351.09º 0.99% 0.55% -
HSV(B) 351.09º 0.9% 1% -
XYZ 42.01 22.08 6.19 -
YUV 97.35 106.37 239.74 -
System Red Green Blue C M Y K H S L
Decimal 254 25 59 0 0.90 0.77 0.00 351.09 0.99 0.55
Hex FE 19 3B 0 5A 4D 0 15F 63 37
Octal 376 31 73 0 132 115 0 537 143 67
Binary 11111110 11001 111011 0 1011010 1001101 0 101011111 1100011 110111

Color Harmonies of #FE193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE193B

Black with #FE193B

Text Example


Text Example

White with #FE193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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