Html Css Color HEX #FE0711 Torch Red

📋 copy color: '#FE0711'

red 254 ◦ green 7 ◦ blue 17

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

Shades of Torch Red #FE0711

Tints of Torch Red #FE0711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

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

R = 91.37%
G = 2.52%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE0711 (or 0xFE0711) is known color: Torch Red. HEX triplet: FE, 07 and 11. RGB value is (254,7,17). Sum of RGB (Red+Green+Blue) = 254+7+17=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0711 is #01F8EE. Grayscale: #525252. Windows color (decimal): -129263 or 1116158. OLE color: 1116158.

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

Color convert

RGB 254 7 17 -
CMYK 0 0.97 0.93 0.00
HSL 357.57º 0.99% 0.51% -
HSV(B) 357.57º 0.97% 1% -
XYZ 41.05 21.26 2.47 -
YUV 81.99 91.33 250.69 -
System Red Green Blue C M Y K H S L
Decimal 254 7 17 0 0.97 0.93 0.00 357.57 0.99 0.51
Hex FE 7 11 0 61 5D 0 166 63 33
Octal 376 7 21 0 141 135 0 546 143 63
Binary 11111110 111 10001 0 1100001 1011101 0 101100110 1100011 110011

Color Harmonies of #FE0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0711

Black with #FE0711

Text Example


Text Example

White with #FE0711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0711; }

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

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

background-color css

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

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

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

border-color css

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

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

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