Html Css Color HEX #FE1439 Torch Red

📋 copy color: '#FE1439'

red 254 ◦ green 20 ◦ blue 57

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

Shades of Torch Red #FE1439

Tints of Torch Red #FE1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 57 (22.66% from 255) = 17.22%

R = 76.74%
G = 6.04%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FE1439 (or 0xFE1439) is known color: Torch Red. HEX triplet: FE, 14 and 39. RGB value is (254,20,57). Sum of RGB (Red+Green+Blue) = 254+20+57=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1439 is #01EBC6. Grayscale: #5E5E5E. Windows color (decimal): -125895 or 3740926. OLE color: 3740926.

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

Color convert

RGB 254 20 57 -
CMYK 0 0.92 0.78 0.00
HSL 350.51º 0.99% 0.54% -
HSV(B) 350.51º 0.92% 1% -
XYZ 41.86 21.87 5.89 -
YUV 94.18 107.02 241.99 -
System Red Green Blue C M Y K H S L
Decimal 254 20 57 0 0.92 0.78 0.00 350.51 0.99 0.54
Hex FE 14 39 0 5C 4E 0 15F 63 36
Octal 376 24 71 0 134 116 0 537 143 66
Binary 11111110 10100 111001 0 1011100 1001110 0 101011111 1100011 110110

Color Harmonies of #FE1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1439

Black with #FE1439

Text Example


Text Example

White with #FE1439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1439; }

 p { color: rgb(254,20,57); }

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

background-color css

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

 a { background-color: rgb(254,20,57); }

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

border-color css

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

 span { border-color: rgb(254,20,57); }

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