Html Css Color HEX #FE111B Torch Red

📋 copy color: '#FE111B'

red 254 ◦ green 17 ◦ blue 27

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

Shades of Torch Red #FE111B

Tints of Torch Red #FE111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 85.23%
G = 5.7%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE111B (or 0xFE111B) is known color: Torch Red. HEX triplet: FE, 11 and 1B. RGB value is (254,17,27). Sum of RGB (Red+Green+Blue) = 254+17+27=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE111B is #01EEE4. Grayscale: #595959. Windows color (decimal): -126693 or 1774078. OLE color: 1774078.

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

Color convert

RGB 254 17 27 -
CMYK 0 0.93 0.89 0.00
HSL 357.47º 0.99% 0.53% -
HSV(B) 357.47º 0.93% 1% -
XYZ 41.27 21.55 3.02 -
YUV 89 93.02 245.69 -
System Red Green Blue C M Y K H S L
Decimal 254 17 27 0 0.93 0.89 0.00 357.47 0.99 0.53
Hex FE 11 1B 0 5D 59 0 165 63 35
Octal 376 21 33 0 135 131 0 545 143 65
Binary 11111110 10001 11011 0 1011101 1011001 0 101100101 1100011 110101

Color Harmonies of #FE111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE111B

Black with #FE111B

Text Example


Text Example

White with #FE111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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