Html Css Color HEX #FE0141 Torch Red

📋 copy color: '#FE0141'

red 254 ◦ green 1 ◦ blue 65

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

Shades of Torch Red #FE0141

Tints of Torch Red #FE0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 79.38%
G = 0.31%
B = 20.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE0141 (or 0xFE0141) is known color: Torch Red. HEX triplet: FE, 01 and 41. RGB value is (254,1,65). Sum of RGB (Red+Green+Blue) = 254+1+65=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0141 is #01FEBE. Grayscale: #535353. Windows color (decimal): -130751 or 4260350. OLE color: 4260350.

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

Color convert

RGB 254 1 65 -
CMYK 0 1.00 0.74 0.00
HSL 344.82º 0.99% 0.5% -
HSV(B) 344.82º 1% 1% -
XYZ 41.84 21.47 6.94 -
YUV 83.94 117.32 249.3 -
System Red Green Blue C M Y K H S L
Decimal 254 1 65 0 1.00 0.74 0.00 344.82 0.99 0.5
Hex FE 1 41 0 64 4A 0 159 63 32
Octal 376 1 101 0 144 112 0 531 143 62
Binary 11111110 1 1000001 0 1100100 1001010 0 101011001 1100011 110010

Color Harmonies of #FE0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0141

Black with #FE0141

Text Example


Text Example

White with #FE0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0141; }

 p { color: rgb(254,1,65); }

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

background-color css

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

 a { background-color: rgb(254,1,65); }

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

border-color css

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

 span { border-color: rgb(254,1,65); }

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