Html Css Color HEX #FE1F3E Torch Red

📋 copy color: '#FE1F3E'

red 254 ◦ green 31 ◦ blue 62

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

Shades of Torch Red #FE1F3E

Tints of Torch Red #FE1F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.93%

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 73.2%
G = 8.93%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE1F3E (or 0xFE1F3E) is known color: Torch Red. HEX triplet: FE, 1F and 3E. RGB value is (254,31,62). Sum of RGB (Red+Green+Blue) = 254+31+62=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1F3E is #01E0C1. Grayscale: #656565. Windows color (decimal): -123074 or 4071422. OLE color: 4071422.

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

Color convert

RGB 254 31 62 -
CMYK 0 0.88 0.76 0.00
HSL 351.66º 0.99% 0.56% -
HSV(B) 351.66º 0.88% 1% -
XYZ 42.23 22.4 6.65 -
YUV 101.21 105.88 236.98 -
System Red Green Blue C M Y K H S L
Decimal 254 31 62 0 0.88 0.76 0.00 351.66 0.99 0.56
Hex FE 1F 3E 0 58 4C 0 160 63 38
Octal 376 37 76 0 130 114 0 540 143 70
Binary 11111110 11111 111110 0 1011000 1001100 0 101100000 1100011 111000

Color Harmonies of #FE1F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F3E

Black with #FE1F3E

Text Example


Text Example

White with #FE1F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F3E; }

 p { color: rgb(254,31,62); }

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

background-color css

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

 a { background-color: rgb(254,31,62); }

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

border-color css

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

 span { border-color: rgb(254,31,62); }

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