Html Css Color HEX #FE111D Torch Red

📋 copy color: '#FE111D'

red 254 ◦ green 17 ◦ blue 29

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

Shades of Torch Red #FE111D

Tints of Torch Red #FE111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 84.67%
G = 5.67%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE111D (or 0xFE111D) is known color: Torch Red. HEX triplet: FE, 11 and 1D. RGB value is (254,17,29). Sum of RGB (Red+Green+Blue) = 254+17+29=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE111D is #01EEE2. Grayscale: #595959. Windows color (decimal): -126691 or 1905150. OLE color: 1905150.

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

Color convert

RGB 254 17 29 -
CMYK 0 0.93 0.89 0.00
HSL 356.96º 0.99% 0.53% -
HSV(B) 356.96º 0.93% 1% -
XYZ 41.3 21.56 3.15 -
YUV 89.23 94.02 245.52 -
System Red Green Blue C M Y K H S L
Decimal 254 17 29 0 0.93 0.89 0.00 356.96 0.99 0.53
Hex FE 11 1D 0 5D 59 0 165 63 35
Octal 376 21 35 0 135 131 0 545 143 65
Binary 11111110 10001 11101 0 1011101 1011001 0 101100101 1100011 110101

Color Harmonies of #FE111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE111D

Black with #FE111D

Text Example


Text Example

White with #FE111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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