Html Css Color HEX #FE2629 Torch Red

📋 copy color: '#FE2629'

red 254 ◦ green 38 ◦ blue 41

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

Shades of Torch Red #FE2629

Tints of Torch Red #FE2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

 BLUE value IS 41 (16.41% from 255) = 12.31%

R = 76.28%
G = 11.41%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE2629 (or 0xFE2629) is known color: Torch Red. HEX triplet: FE, 26 and 29. RGB value is (254,38,41). Sum of RGB (Red+Green+Blue) = 254+38+41=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2629 is #01D9D6. Grayscale: #676767. Windows color (decimal): -121303 or 2696958. OLE color: 2696958.

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

Color convert

RGB 254 38 41 -
CMYK 0 0.85 0.84 0.00
HSL 359.17º 0.99% 0.57% -
HSV(B) 359.17º 0.85% 1% -
XYZ 41.97 22.62 4.25 -
YUV 102.93 93.06 235.76 -
System Red Green Blue C M Y K H S L
Decimal 254 38 41 0 0.85 0.84 0.00 359.17 0.99 0.57
Hex FE 26 29 0 55 54 0 167 63 39
Octal 376 46 51 0 125 124 0 547 143 71
Binary 11111110 100110 101001 0 1010101 1010100 0 101100111 1100011 111001

Color Harmonies of #FE2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2629

Black with #FE2629

Text Example


Text Example

White with #FE2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2629; }

 p { color: rgb(254,38,41); }

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

background-color css

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

 a { background-color: rgb(254,38,41); }

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

border-color css

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

 span { border-color: rgb(254,38,41); }

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