Html Css Color HEX #FE0829 Torch Red

📋 copy color: '#FE0829'

red 254 ◦ green 8 ◦ blue 41

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

Shades of Torch Red #FE0829

Tints of Torch Red #FE0829

RGB

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

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

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

R = 83.83%
G = 2.64%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE0829 (or 0xFE0829) is known color: Torch Red. HEX triplet: FE, 08 and 29. RGB value is (254,8,41). Sum of RGB (Red+Green+Blue) = 254+8+41=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0829 is #01F7D6. Grayscale: #555555. Windows color (decimal): -128983 or 2689278. OLE color: 2689278.

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

Color convert

RGB 254 8 41 -
CMYK 0 0.97 0.84 0.00
HSL 351.95º 0.99% 0.51% -
HSV(B) 351.95º 0.97% 1% -
XYZ 41.36 21.4 4.05 -
YUV 85.32 103 248.32 -
System Red Green Blue C M Y K H S L
Decimal 254 8 41 0 0.97 0.84 0.00 351.95 0.99 0.51
Hex FE 8 29 0 61 54 0 160 63 33
Octal 376 10 51 0 141 124 0 540 143 63
Binary 11111110 1000 101001 0 1100001 1010100 0 101100000 1100011 110011

Color Harmonies of #FE0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0829

Black with #FE0829

Text Example


Text Example

White with #FE0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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