Html Css Color HEX #FE113A Torch Red

📋 copy color: '#FE113A'

red 254 ◦ green 17 ◦ blue 58

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

Shades of Torch Red #FE113A

Tints of Torch Red #FE113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 77.2%
G = 5.17%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE113A (or 0xFE113A) is known color: Torch Red. HEX triplet: FE, 11 and 3A. RGB value is (254,17,58). Sum of RGB (Red+Green+Blue) = 254+17+58=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE113A is #01EEC5. Grayscale: #5C5C5C. Windows color (decimal): -126662 or 3805694. OLE color: 3805694.

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

Color convert

RGB 254 17 58 -
CMYK 0 0.93 0.77 0.00
HSL 349.62º 0.99% 0.53% -
HSV(B) 349.62º 0.93% 1% -
XYZ 41.84 21.78 6 -
YUV 92.54 108.52 243.17 -
System Red Green Blue C M Y K H S L
Decimal 254 17 58 0 0.93 0.77 0.00 349.62 0.99 0.53
Hex FE 11 3A 0 5D 4D 0 15E 63 35
Octal 376 21 72 0 135 115 0 536 143 65
Binary 11111110 10001 111010 0 1011101 1001101 0 101011110 1100011 110101

Color Harmonies of #FE113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE113A

Black with #FE113A

Text Example


Text Example

White with #FE113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE113A; }

 p { color: rgb(254,17,58); }

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

background-color css

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

 a { background-color: rgb(254,17,58); }

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

border-color css

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

 span { border-color: rgb(254,17,58); }

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