Html Css Color HEX #FE0116 Torch Red

📋 copy color: '#FE0116'

red 254 ◦ green 1 ◦ blue 22

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

Shades of Torch Red #FE0116

Tints of Torch Red #FE0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 91.7%
G = 0.36%
B = 7.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE0116 (or 0xFE0116) is known color: Torch Red. HEX triplet: FE, 01 and 16. RGB value is (254,1,22). Sum of RGB (Red+Green+Blue) = 254+1+22=277 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.70% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0116 is #01FEE9. Grayscale: #4F4F4F. Windows color (decimal): -130794 or 1442302. OLE color: 1442302.

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

Color convert

RGB 254 1 22 -
CMYK 0 1.00 0.91 0.00
HSL 355.02º 0.99% 0.5% -
HSV(B) 355.02º 1% 1% -
XYZ 41.03 21.15 2.68 -
YUV 79.04 95.82 252.79 -
System Red Green Blue C M Y K H S L
Decimal 254 1 22 0 1.00 0.91 0.00 355.02 0.99 0.5
Hex FE 1 16 0 64 5B 0 163 63 32
Octal 376 1 26 0 144 133 0 543 143 62
Binary 11111110 1 10110 0 1100100 1011011 0 101100011 1100011 110010

Color Harmonies of #FE0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0116

Black with #FE0116

Text Example


Text Example

White with #FE0116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0116; }

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

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

background-color css

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

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

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

border-color css

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

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

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