Html Css Color HEX #80272C Flame Red

📋 copy color: '#80272C'

red 128 ◦ green 39 ◦ blue 44

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

Shades of Flame Red #80272C

Tints of Flame Red #80272C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 60.66%
G = 18.48%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80272C (or 0x80272C) is known color: Flame Red. HEX triplet: 80, 27 and 2C. RGB value is (128,39,44). Sum of RGB (Red+Green+Blue) = 128+39+44=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80272C is #7FD8D3. Grayscale: #424242. Windows color (decimal): -8378580 or 2893696. OLE color: 2893696.

HSL color Cylindrical-coordinate representation of color #80272C: hue angle of 356.63º 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 #80272C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 44 -
CMYK 0 0.70 0.66 0.50
HSL 356.63º 0.53% 0.33% -
HSV(B) 356.63º 0.7% 0.5% -
XYZ 10.08 6.22 3.05 -
YUV 66.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 128 39 44 0 0.70 0.66 0.50 356.63 0.53 0.33
Hex 80 27 2C 0 46 42 32 165 35 21
Octal 200 47 54 0 106 102 62 545 65 41
Binary 10000000 100111 101100 0 1000110 1000010 110010 101100101 110101 100001

Color Harmonies of #80272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80272C

Black with #80272C

Text Example


Text Example

White with #80272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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