Html Css Color HEX #FF0829 Torch Red

📋 copy color: '#FF0829'

red 255 ◦ green 8 ◦ blue 41

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

Shades of Torch Red #FF0829

Tints of Torch Red #FF0829

RGB

 RED value IS 255 (100% from 255) = 83.88%

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

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

R = 83.88%
G = 2.63%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF0829 (or 0xFF0829) is known color: Torch Red. HEX triplet: FF, 08 and 29. RGB value is (255,8,41). Sum of RGB (Red+Green+Blue) = 255+8+41=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0829 is #00F7D6. Grayscale: #555555. Windows color (decimal): -63447 or 2689279. OLE color: 2689279.

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

Color convert

RGB 255 8 41 -
CMYK 0 0.97 0.84 0
HSL 351.98º 1% 0.52% -
HSV(B) 351.98º 0.97% 1% -
XYZ 41.73 21.59 4.07 -
YUV 85.62 102.83 248.82 -
System Red Green Blue C M Y K H S L
Decimal 255 8 41 0 0.97 0.84 0 351.98 1 0.52
Hex FF 8 29 0 61 54 0 160 64 34
Octal 377 10 51 0 141 124 0 540 144 64
Binary 11111111 1000 101001 0 1100001 1010100 0 101100000 1100100 110100

Color Harmonies of #FF0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0829

Black with #FF0829

Text Example


Text Example

White with #FF0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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