Html Css Color HEX #FE113B Torch Red

📋 copy color: '#FE113B'

red 254 ◦ green 17 ◦ blue 59

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

Shades of Torch Red #FE113B

Tints of Torch Red #FE113B

RGB

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

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

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

R = 76.97%
G = 5.15%
B = 17.88%

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

#FE113B (or 0xFE113B) is known color: Torch Red. HEX triplet: FE, 11 and 3B. RGB value is (254,17,59). Sum of RGB (Red+Green+Blue) = 254+17+59=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE113B is #01EEC4. Grayscale: #5C5C5C. Windows color (decimal): -126661 or 3871230. OLE color: 3871230.

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

Color convert

RGB 254 17 59 -
CMYK 0 0.93 0.77 0.00
HSL 349.37º 0.99% 0.53% -
HSV(B) 349.37º 0.93% 1% -
XYZ 41.86 21.79 6.14 -
YUV 92.65 109.02 243.08 -
System Red Green Blue C M Y K H S L
Decimal 254 17 59 0 0.93 0.77 0.00 349.37 0.99 0.53
Hex FE 11 3B 0 5D 4D 0 15D 63 35
Octal 376 21 73 0 135 115 0 535 143 65
Binary 11111110 10001 111011 0 1011101 1001101 0 101011101 1100011 110101

Color Harmonies of #FE113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE113B

Black with #FE113B

Text Example


Text Example

White with #FE113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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