Html Css Color HEX #FE134D Torch Red

📋 copy color: '#FE134D'

red 254 ◦ green 19 ◦ blue 77

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

Shades of Torch Red #FE134D

Tints of Torch Red #FE134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.43%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 72.57%
G = 5.43%
B = 22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE134D (or 0xFE134D) is known color: Torch Red. HEX triplet: FE, 13 and 4D. RGB value is (254,19,77). Sum of RGB (Red+Green+Blue) = 254+19+77=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE134D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE134D is #01ECB2. Grayscale: #5F5F5F. Windows color (decimal): -126131 or 5051390. OLE color: 5051390.

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

Color convert

RGB 254 19 77 -
CMYK 0 0.93 0.70 0.00
HSL 345.19º 0.99% 0.54% -
HSV(B) 345.19º 0.93% 1% -
XYZ 42.45 22.07 9.04 -
YUV 95.88 117.36 240.78 -
System Red Green Blue C M Y K H S L
Decimal 254 19 77 0 0.93 0.70 0.00 345.19 0.99 0.54
Hex FE 13 4D 0 5D 46 0 159 63 36
Octal 376 23 115 0 135 106 0 531 143 66
Binary 11111110 10011 1001101 0 1011101 1000110 0 101011001 1100011 110110

Color Harmonies of #FE134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE134D

Black with #FE134D

Text Example


Text Example

White with #FE134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE134D; }

 p { color: rgb(254,19,77); }

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

background-color css

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

 a { background-color: rgb(254,19,77); }

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

border-color css

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

 span { border-color: rgb(254,19,77); }

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