#882425

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

Shades of Flame Red #882425

Tints of Flame Red #882425

Color information

#882425 (or 0x882425) is unknown color: approx Flame Red. HEX triplet: 88, 24 and 25. RGB value is (136,36,37). Sum of RGB (Red+Green+Blue) = 136+36+37=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #882425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882425 is #77DBDA. Grayscale: #424242. Windows color (decimal): -7855067 or 2434184. OLE color: 2434184.

HSL color Cylindrical-coordinate representation of color #882425: hue angle of 359.4º degrees, saturation: 0.58, 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 #882425 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1363637-
CMYK00.740.730.47
HSL359.4º58.14%33.73%-
HSV(B)359.4º73.53%53.33%-
XYZ11.126.632.44-
YUV66.01111.63177.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.07%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 37 (14.84% from 255) = 17.70%
R=65.07%
G=17.22%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136363700.740.730.47359.458.1433.73
Hex88242504A492F1673a22
Octal21044450112111575477242
Binary10001000100100100101010010101001001101111101100111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882425; }

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

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

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

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

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

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

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

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