Html Css Color HEX #FE0311 Torch Red

📋 copy color: '#FE0311'

red 254 ◦ green 3 ◦ blue 17

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

Shades of Torch Red #FE0311

Tints of Torch Red #FE0311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 92.7%
G = 1.09%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE0311 (or 0xFE0311) is known color: Torch Red. HEX triplet: FE, 03 and 11. RGB value is (254,3,17). Sum of RGB (Red+Green+Blue) = 254+3+17=274 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.70% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0311 is #01FCEE. Grayscale: #4F4F4F. Windows color (decimal): -130287 or 1115134. OLE color: 1115134.

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

Color convert

RGB 254 3 17 -
CMYK 0 0.99 0.93 0.00
HSL 356.65º 0.99% 0.5% -
HSV(B) 356.65º 0.99% 1% -
XYZ 41.01 21.18 2.46 -
YUV 79.65 92.66 252.36 -
System Red Green Blue C M Y K H S L
Decimal 254 3 17 0 0.99 0.93 0.00 356.65 0.99 0.5
Hex FE 3 11 0 63 5D 0 165 63 32
Octal 376 3 21 0 143 135 0 545 143 62
Binary 11111110 11 10001 0 1100011 1011101 0 101100101 1100011 110010

Color Harmonies of #FE0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0311

Black with #FE0311

Text Example


Text Example

White with #FE0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0311; }

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

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

background-color css

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

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

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

border-color css

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

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

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