Html Css Color HEX #80272D Flame Red

📋 copy color: '#80272D'

red 128 ◦ green 39 ◦ blue 45

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

Shades of Flame Red #80272D

Tints of Flame Red #80272D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 60.38%
G = 18.4%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80272D (or 0x80272D) is known color: Flame Red. HEX triplet: 80, 27 and 2D. RGB value is (128,39,45). Sum of RGB (Red+Green+Blue) = 128+39+45=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80272D is #7FD8D2. Grayscale: #424242. Windows color (decimal): -8378579 or 2959232. OLE color: 2959232.

HSL color Cylindrical-coordinate representation of color #80272D: hue angle of 355.96º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80272D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 45 -
CMYK 0 0.70 0.65 0.50
HSL 355.96º 0.53% 0.33% -
HSV(B) 355.96º 0.7% 0.5% -
XYZ 10.1 6.23 3.15 -
YUV 66.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 128 39 45 0 0.70 0.65 0.50 355.96 0.53 0.33
Hex 80 27 2D 0 46 41 32 164 35 21
Octal 200 47 55 0 106 101 62 544 65 41
Binary 10000000 100111 101101 0 1000110 1000001 110010 101100100 110101 100001

Color Harmonies of #80272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80272D

Black with #80272D

Text Example


Text Example

White with #80272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80272D; }

 p { color: rgb(128,39,45); }

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

background-color css

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

 a { background-color: rgb(128,39,45); }

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

border-color css

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

 span { border-color: rgb(128,39,45); }

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