Html Css Color HEX #802429 Flame Red

📋 copy color: '#802429'

red 128 ◦ green 36 ◦ blue 41

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

Shades of Flame Red #802429

Tints of Flame Red #802429

RGB

 RED value IS 128 (50.39% from 255) = 62.44%

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 62.44%
G = 17.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#802429 (or 0x802429) is known color: Flame Red. HEX triplet: 80, 24 and 29. RGB value is (128,36,41). Sum of RGB (Red+Green+Blue) = 128+36+41=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #802429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802429 is #7FDBD6. Grayscale: #404040. Windows color (decimal): -8379351 or 2696320. OLE color: 2696320.

HSL color Cylindrical-coordinate representation of color #802429: hue angle of 356.74º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802429 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 41 -
CMYK 0 0.72 0.68 0.50
HSL 356.74º 0.56% 0.32% -
HSV(B) 356.74º 0.72% 0.5% -
XYZ 9.93 6.01 2.73 -
YUV 64.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 128 36 41 0 0.72 0.68 0.50 356.74 0.56 0.32
Hex 80 24 29 0 48 44 32 165 38 20
Octal 200 44 51 0 110 104 62 545 70 40
Binary 10000000 100100 101001 0 1001000 1000100 110010 101100101 111000 100000

Color Harmonies of #802429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802429

Black with #802429

Text Example


Text Example

White with #802429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802429; }

 p { color: rgb(128,36,41); }

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

background-color css

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

 a { background-color: rgb(128,36,41); }

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

border-color css

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

 span { border-color: rgb(128,36,41); }

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