#882324

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

Shades of Flame Red #882324

Tints of Flame Red #882324

Color information

#882324 (or 0x882324) is unknown color: approx Flame Red. HEX triplet: 88, 23 and 24. RGB value is (136,35,36). Sum of RGB (Red+Green+Blue) = 136+35+36=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #882324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882324 is #77DCDB. Grayscale: #414141. Windows color (decimal): -7855324 or 2368392. OLE color: 2368392.

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

Color convert

RGB1363536-
CMYK00.740.740.47
HSL359.41º59.06%33.53%-
HSV(B)359.41º74.26%53.33%-
XYZ11.076.562.35-
YUV65.31111.46178.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.70%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 36 (14.45% from 255) = 17.39%
R=65.70%
G=16.91%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136353600.740.740.47359.4159.0633.53
Hex88232404A4A2F1673b22
Octal21043440112112575477342
Binary10001000100011100100010010101001010101111101100111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882324; }

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

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

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

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

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

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

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

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