Html Css Color HEX #802124 Flame Red

📋 copy color: '#802124'

red 128 ◦ green 33 ◦ blue 36

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

Shades of Flame Red #802124

Tints of Flame Red #802124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

 BLUE value IS 36 (14.45% from 255) = 18.27%

R = 64.97%
G = 16.75%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#802124 (or 0x802124) is known color: Flame Red. HEX triplet: 80, 21 and 24. RGB value is (128,33,36). Sum of RGB (Red+Green+Blue) = 128+33+36=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #802124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802124 is #7FDEDB. Grayscale: #3D3D3D. Windows color (decimal): -8380124 or 2367872. OLE color: 2367872.

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

Color convert

RGB 128 33 36 -
CMYK 0 0.74 0.72 0.50
HSL 358.11º 0.59% 0.32% -
HSV(B) 358.11º 0.74% 0.5% -
XYZ 9.76 5.8 2.27 -
YUV 61.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 128 33 36 0 0.74 0.72 0.50 358.11 0.59 0.32
Hex 80 21 24 0 4A 48 32 166 3B 20
Octal 200 41 44 0 112 110 62 546 73 40
Binary 10000000 100001 100100 0 1001010 1001000 110010 101100110 111011 100000

Color Harmonies of #802124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802124

Black with #802124

Text Example


Text Example

White with #802124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802124; }

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

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

background-color css

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

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

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

border-color css

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

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

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