#812225

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

Shades of Flame Red #812225

Tints of Flame Red #812225

Color information

#812225 (or 0x812225) is unknown color: approx Flame Red. HEX triplet: 81, 22 and 25. RGB value is (129,34,37). Sum of RGB (Red+Green+Blue) = 129+34+37=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #812225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812225 is #7EDDDA. Grayscale: #3E3E3E. Windows color (decimal): -8314331 or 2433665. OLE color: 2433665.

HSL color Cylindrical-coordinate representation of color #812225: hue angle of 358.11º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812225 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1293437-
CMYK00.740.710.49
HSL358.11º58.28%31.96%-
HSV(B)358.11º73.64%50.59%-
XYZ9.965.942.37-
YUV62.75113.47175.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.5%
GREEN value IS 34 (13.67% from 255) = 17%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=64.5%
G=17%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129343700.740.710.49358.1158.2831.96
Hex81222504A47311663a20
Octal20142450112107615467240
Binary10000001100010100101010010101000111110001101100110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812225; }

 p { color: rgb(129,34,37); }

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

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

 a { background-color: rgb(129,34,37); }

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

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

 span { border-color: rgb(129,34,37); }

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