#7F2122

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

Shades of Flame Red #7F2122

Tints of Flame Red #7F2122

Color information

#7F2122 (or 0x7F2122) is unknown color: approx Flame Red. HEX triplet: 7F, 21 and 22. RGB value is (127,33,34). Sum of RGB (Red+Green+Blue) = 127+33+34=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2122 is #80DEDD. Grayscale: #3D3D3D. Windows color (decimal): -8445662 or 2236799. OLE color: 2236799.

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

Color convert

RGB1273334-
CMYK00.740.730.50
HSL359.36º58.75%31.37%-
HSV(B)359.36º74.02%49.8%-
XYZ9.585.722.11-
YUV61.22112.64174.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.46%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 34 (13.67% from 255) = 17.53%
R=65.46%
G=17.01%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127333400.740.730.50359.3658.7531.37
Hex7F212204A49321673b1f
Octal17741420112111625477337
Binary111111110000110001001001010100100111001010110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,33,34); }

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

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

 a { background-color: rgb(127,33,34); }

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

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

 span { border-color: rgb(127,33,34); }

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