Html Css Color HEX #FE1E3F Torch Red

📋 copy color: '#FE1E3F'

red 254 ◦ green 30 ◦ blue 63

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

Shades of Torch Red #FE1E3F

Tints of Torch Red #FE1E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.65%

 BLUE value IS 63 (25% from 255) = 18.16%

R = 73.2%
G = 8.65%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE1E3F (or 0xFE1E3F) is known color: Torch Red. HEX triplet: FE, 1E and 3F. RGB value is (254,30,63). Sum of RGB (Red+Green+Blue) = 254+30+63=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1E3F is #01E1C0. Grayscale: #646464. Windows color (decimal): -123329 or 4136702. OLE color: 4136702.

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

Color convert

RGB 254 30 63 -
CMYK 0 0.88 0.75 0.00
HSL 351.16º 0.99% 0.56% -
HSV(B) 351.16º 0.88% 1% -
XYZ 42.23 22.36 6.79 -
YUV 100.74 106.71 237.32 -
System Red Green Blue C M Y K H S L
Decimal 254 30 63 0 0.88 0.75 0.00 351.16 0.99 0.56
Hex FE 1E 3F 0 58 4B 0 15F 63 38
Octal 376 36 77 0 130 113 0 537 143 70
Binary 11111110 11110 111111 0 1011000 1001011 0 101011111 1100011 111000

Color Harmonies of #FE1E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1E3F

Black with #FE1E3F

Text Example


Text Example

White with #FE1E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1E3F; }

 p { color: rgb(254,30,63); }

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

background-color css

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

 a { background-color: rgb(254,30,63); }

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

border-color css

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

 span { border-color: rgb(254,30,63); }

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