Html Css Color HEX #FE1011 Torch Red

📋 copy color: '#FE1011'

red 254 ◦ green 16 ◦ blue 17

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

Shades of Torch Red #FE1011

Tints of Torch Red #FE1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

 BLUE value IS 17 (7.03% from 255) = 5.92%

R = 88.5%
G = 5.57%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE1011 (or 0xFE1011) is known color: Torch Red. HEX triplet: FE, 10 and 11. RGB value is (254,16,17). Sum of RGB (Red+Green+Blue) = 254+16+17=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1011 is #01EFEE. Grayscale: #575757. Windows color (decimal): -126959 or 1118462. OLE color: 1118462.

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

Color convert

RGB 254 16 17 -
CMYK 0 0.94 0.93 0.00
HSL 359.75º 0.99% 0.53% -
HSV(B) 359.75º 0.94% 1% -
XYZ 41.16 21.48 2.51 -
YUV 87.28 88.35 246.92 -
System Red Green Blue C M Y K H S L
Decimal 254 16 17 0 0.94 0.93 0.00 359.75 0.99 0.53
Hex FE 10 11 0 5E 5D 0 168 63 35
Octal 376 20 21 0 136 135 0 550 143 65
Binary 11111110 10000 10001 0 1011110 1011101 0 101101000 1100011 110101

Color Harmonies of #FE1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1011

Black with #FE1011

Text Example


Text Example

White with #FE1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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