#882223

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

Shades of Flame Red #882223

Tints of Flame Red #882223

Color information

#882223 (or 0x882223) is unknown color: approx Flame Red. HEX triplet: 88, 22 and 23. RGB value is (136,34,35). Sum of RGB (Red+Green+Blue) = 136+34+35=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #882223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882223 is #77DDDC. Grayscale: #404040. Windows color (decimal): -7855581 or 2302600. OLE color: 2302600.

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

Color convert

RGB1363435-
CMYK00.750.740.47
HSL359.41º60%33.33%-
HSV(B)359.41º75%53.33%-
XYZ11.036.52.26-
YUV64.61111.29178.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.34%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=66.34%
G=16.59%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136343500.750.740.47359.416033.33
Hex88222304B4A2F1673c21
Octal21042430113112575477441
Binary10001000100010100011010010111001010101111101100111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882223; }

 p { color: rgb(136,34,35); }

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

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

 a { background-color: rgb(136,34,35); }

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

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

 span { border-color: rgb(136,34,35); }

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