Html Css Color HEX #FE111C Torch Red

📋 copy color: '#FE111C'

red 254 ◦ green 17 ◦ blue 28

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

Shades of Torch Red #FE111C

Tints of Torch Red #FE111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 84.95%
G = 5.69%
B = 9.36%

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

#FE111C (or 0xFE111C) is known color: Torch Red. HEX triplet: FE, 11 and 1C. RGB value is (254,17,28). Sum of RGB (Red+Green+Blue) = 254+17+28=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE111C is #01EEE3. Grayscale: #595959. Windows color (decimal): -126692 or 1839614. OLE color: 1839614.

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

Color convert

RGB 254 17 28 -
CMYK 0 0.93 0.89 0.00
HSL 357.22º 0.99% 0.53% -
HSV(B) 357.22º 0.93% 1% -
XYZ 41.28 21.56 3.08 -
YUV 89.12 93.52 245.61 -
System Red Green Blue C M Y K H S L
Decimal 254 17 28 0 0.93 0.89 0.00 357.22 0.99 0.53
Hex FE 11 1C 0 5D 59 0 165 63 35
Octal 376 21 34 0 135 131 0 545 143 65
Binary 11111110 10001 11100 0 1011101 1011001 0 101100101 1100011 110101

Color Harmonies of #FE111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE111C

Black with #FE111C

Text Example


Text Example

White with #FE111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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