#882126

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

Shades of Flame Red #882126

Tints of Flame Red #882126

Color information

#882126 (or 0x882126) is unknown color: approx Flame Red. HEX triplet: 88, 21 and 26. RGB value is (136,33,38). Sum of RGB (Red+Green+Blue) = 136+33+38=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #882126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882126 is #77DED9. Grayscale: #404040. Windows color (decimal): -7855834 or 2498952. OLE color: 2498952.

HSL color Cylindrical-coordinate representation of color #882126: hue angle of 357.09º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882126 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1363338-
CMYK00.760.720.47
HSL357.09º60.95%33.14%-
HSV(B)357.09º75.74%53.33%-
XYZ11.056.462.5-
YUV64.37113.12179.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.70%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=65.70%
G=15.94%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136333800.760.720.47357.0960.9533.14
Hex88212604C482F1653d21
Octal21041460114110575457541
Binary10001000100001100110010011001001000101111101100101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882126; }

 p { color: rgb(136,33,38); }

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

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

 a { background-color: rgb(136,33,38); }

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

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

 span { border-color: rgb(136,33,38); }

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