#7F2F31

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

Shades of Flame Red #7F2F31

Tints of Flame Red #7F2F31

Color information

#7F2F31 (or 0x7F2F31) is unknown color: approx Flame Red. HEX triplet: 7F, 2F and 31. RGB value is (127,47,49). Sum of RGB (Red+Green+Blue) = 127+47+49=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2F31 is #80D0CE. Grayscale: #474747. Windows color (decimal): -8442063 or 3223423. OLE color: 3223423.

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

Color convert

RGB1274749-
CMYK00.630.610.50
HSL358.5º45.98%34.12%-
HSV(B)358.5º62.99%49.8%-
XYZ10.326.773.67-
YUV71.15115.5167.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.95%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=56.95%
G=21.08%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127474900.630.610.50358.545.9834.12
Hex7F2F3103F3D321662e22
Octal177576107775625465642
Binary11111111011111100010111111111101110010101100110101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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