#882028

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

Shades of Flame Red #882028

Tints of Flame Red #882028

Color information

#882028 (or 0x882028) is unknown color: approx Flame Red. HEX triplet: 88, 20 and 28. RGB value is (136,32,40). Sum of RGB (Red+Green+Blue) = 136+32+40=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #882028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882028 is #77DFD7. Grayscale: #404040. Windows color (decimal): -7856088 or 2629768. OLE color: 2629768.

HSL color Cylindrical-coordinate representation of color #882028: hue angle of 355.38º degrees, saturation: 0.62, 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 #882028 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1363240-
CMYK00.760.710.47
HSL355.38º61.9%32.94%-
HSV(B)355.38º76.47%53.33%-
XYZ11.056.422.66-
YUV64.01114.46179.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.38%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=65.38%
G=15.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136324000.760.710.47355.3861.932.94
Hex88202804C472F1633e21
Octal21040500114107575437641
Binary10001000100000101000010011001000111101111101100011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882028; }

 p { color: rgb(136,32,40); }

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

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

 a { background-color: rgb(136,32,40); }

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

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

 span { border-color: rgb(136,32,40); }

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