Html Css Color HEX #FE1126 Torch Red

📋 copy color: '#FE1126'

red 254 ◦ green 17 ◦ blue 38

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

Shades of Torch Red #FE1126

Tints of Torch Red #FE1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 82.2%
G = 5.5%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE1126 (or 0xFE1126) is known color: Torch Red. HEX triplet: FE, 11 and 26. RGB value is (254,17,38). Sum of RGB (Red+Green+Blue) = 254+17+38=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1126 is #01EED9. Grayscale: #5A5A5A. Windows color (decimal): -126682 or 2494974. OLE color: 2494974.

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

Color convert

RGB 254 17 38 -
CMYK 0 0.93 0.85 0.00
HSL 354.68º 0.99% 0.53% -
HSV(B) 354.68º 0.93% 1% -
XYZ 41.42 21.61 3.82 -
YUV 90.26 98.52 244.79 -
System Red Green Blue C M Y K H S L
Decimal 254 17 38 0 0.93 0.85 0.00 354.68 0.99 0.53
Hex FE 11 26 0 5D 55 0 163 63 35
Octal 376 21 46 0 135 125 0 543 143 65
Binary 11111110 10001 100110 0 1011101 1010101 0 101100011 1100011 110101

Color Harmonies of #FE1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1126

Black with #FE1126

Text Example


Text Example

White with #FE1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1126; }

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

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

background-color css

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

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

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

border-color css

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

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

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