Html Css Color HEX #FE0841 Torch Red

📋 copy color: '#FE0841'

red 254 ◦ green 8 ◦ blue 65

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

Shades of Torch Red #FE0841

Tints of Torch Red #FE0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 77.68%
G = 2.45%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE0841 (or 0xFE0841) is known color: Torch Red. HEX triplet: FE, 08 and 41. RGB value is (254,8,65). Sum of RGB (Red+Green+Blue) = 254+8+65=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0841 is #01F7BE. Grayscale: #585858. Windows color (decimal): -128959 or 4262142. OLE color: 4262142.

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

Color convert

RGB 254 8 65 -
CMYK 0 0.97 0.74 0.00
HSL 346.1º 0.99% 0.51% -
HSV(B) 346.1º 0.97% 1% -
XYZ 41.91 21.63 6.97 -
YUV 88.05 115 246.37 -
System Red Green Blue C M Y K H S L
Decimal 254 8 65 0 0.97 0.74 0.00 346.1 0.99 0.51
Hex FE 8 41 0 61 4A 0 15A 63 33
Octal 376 10 101 0 141 112 0 532 143 63
Binary 11111110 1000 1000001 0 1100001 1001010 0 101011010 1100011 110011

Color Harmonies of #FE0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0841

Black with #FE0841

Text Example


Text Example

White with #FE0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0841; }

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

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

background-color css

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

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

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

border-color css

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

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

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