#7E2022

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

Shades of Flame Red #7E2022

Tints of Flame Red #7E2022

Color information

#7E2022 (or 0x7E2022) is unknown color: approx Flame Red. HEX triplet: 7E, 20 and 22. RGB value is (126,32,34). Sum of RGB (Red+Green+Blue) = 126+32+34=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2022 is #81DFDD. Grayscale: #3C3C3C. Windows color (decimal): -8511454 or 2236542. OLE color: 2236542.

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

Color convert

RGB1263234-
CMYK00.750.730.51
HSL358.72º59.49%30.98%-
HSV(B)358.72º74.6%49.41%-
XYZ9.415.582.1-
YUV60.33113.14174.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 65.62%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 34 (13.67% from 255) = 17.71%
R=65.62%
G=16.67%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126323400.750.730.51358.7259.4930.98
Hex7E202204B49331673b1f
Octal17640420113111635477337
Binary111111010000010001001001011100100111001110110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,32,34); }

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

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

 a { background-color: rgb(126,32,34); }

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

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

 span { border-color: rgb(126,32,34); }

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