#7F2224

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

Shades of Flame Red #7F2224

Tints of Flame Red #7F2224

Color information

#7F2224 (or 0x7F2224) is unknown color: approx Flame Red. HEX triplet: 7F, 22 and 24. RGB value is (127,34,36). Sum of RGB (Red+Green+Blue) = 127+34+36=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2224 is #80DDDB. Grayscale: #3E3E3E. Windows color (decimal): -8445404 or 2368127. OLE color: 2368127.

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

Color convert

RGB1273436-
CMYK00.730.720.50
HSL358.71º57.76%31.57%-
HSV(B)358.71º73.23%49.8%-
XYZ9.645.782.28-
YUV62.04113.31174.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.47%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=64.47%
G=17.26%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127343600.730.720.50358.7157.7631.57
Hex7F222404948321673a20
Octal17742440111110625477240
Binary1111111100010100100010010011001000110010101100111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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