#7F2A2F

Color #7F2A2F Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #7F2A2F

Tints of Flame Red #7F2A2F

Color information

#7F2A2F (or 0x7F2A2F) is unknown color: approx Flame Red. HEX triplet: 7F, 2A and 2F. RGB value is (127,42,47). Sum of RGB (Red+Green+Blue) = 127+42+47=216 (28% of max value = 765). Red value is 127 (50% from 255 or 58.80% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2A2F is #80D5D0. Grayscale: #444444. Windows color (decimal): -8443345 or 3091071. OLE color: 3091071.

HSL color Cylindrical-coordinate representation of color #7F2A2F: hue angle of 356.47º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F2A2F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB1274247-
CMYK00.670.630.50
HSL356.47º50.3%33.14%-
HSV(B)356.47º66.93%49.8%-
XYZ10.096.373.39-
YUV67.98116.16170.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 58.80%
GREEN value IS 42 (16.80% from 255) = 19.44%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=58.80%
G=19.44%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127424700.670.630.50356.4750.333.14
Hex7F2A2F0433F321643221
Octal1775257010377625446241
Binary111111110101010111101000011111111110010101100100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2A2F; }

 p { color: rgb(127,42,47); }

 H1.HeaderClassName
 {
   color: #7F2A2F;
 }
 .AnyTagClassName
 {
   color: #7F2A2F;
 }
</style>
background-color css

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

 a { background-color: rgb(127,42,47); }

 div.DivClassName
 {
   background-color: #7F2A2F;
 }
 .BgClassName
 {
   background-color: #7F2A2F;
 }
</style>
border-color css

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

 span { border-color: rgb(127,42,47); }

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