Html Css Color HEX #FE1116 Torch Red

📋 copy color: '#FE1116'

red 254 ◦ green 17 ◦ blue 22

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

Shades of Torch Red #FE1116

Tints of Torch Red #FE1116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 86.69%
G = 5.8%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE1116 (or 0xFE1116) is known color: Torch Red. HEX triplet: FE, 11 and 16. RGB value is (254,17,22). Sum of RGB (Red+Green+Blue) = 254+17+22=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1116 is #01EEE9. Grayscale: #585858. Windows color (decimal): -126698 or 1446398. OLE color: 1446398.

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

Color convert

RGB 254 17 22 -
CMYK 0 0.93 0.91 0.00
HSL 358.73º 0.99% 0.53% -
HSV(B) 358.73º 0.93% 1% -
XYZ 41.22 21.53 2.74 -
YUV 88.43 90.52 246.09 -
System Red Green Blue C M Y K H S L
Decimal 254 17 22 0 0.93 0.91 0.00 358.73 0.99 0.53
Hex FE 11 16 0 5D 5B 0 167 63 35
Octal 376 21 26 0 135 133 0 547 143 65
Binary 11111110 10001 10110 0 1011101 1011011 0 101100111 1100011 110101

Color Harmonies of #FE1116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1116

Black with #FE1116

Text Example


Text Example

White with #FE1116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1116; }

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

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

background-color css

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

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

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

border-color css

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

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

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