#7F282B

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

Shades of Flame Red #7F282B

Tints of Flame Red #7F282B

Color information

#7F282B (or 0x7F282B) is unknown color: approx Flame Red. HEX triplet: 7F, 28 and 2B. RGB value is (127,40,43). Sum of RGB (Red+Green+Blue) = 127+40+43=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F282B is #80D7D4. Grayscale: #424242. Windows color (decimal): -8443861 or 2828415. OLE color: 2828415.

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

Color convert

RGB1274043-
CMYK00.690.660.50
HSL357.93º52.1%32.75%-
HSV(B)357.93º68.5%49.8%-
XYZ9.956.22.96-
YUV66.35114.82171.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.48%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=60.48%
G=19.05%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127404300.690.660.50357.9352.132.75
Hex7F282B04542321663421
Octal17750530105102625466441
Binary1111111101000101011010001011000010110010101100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,40,43); }

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

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

 a { background-color: rgb(127,40,43); }

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

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

 span { border-color: rgb(127,40,43); }

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