#882124

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

Shades of Flame Red #882124

Tints of Flame Red #882124

Color information

#882124 (or 0x882124) is unknown color: approx Flame Red. HEX triplet: 88, 21 and 24. RGB value is (136,33,36). Sum of RGB (Red+Green+Blue) = 136+33+36=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #882124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882124 is #77DEDB. Grayscale: #404040. Windows color (decimal): -7855836 or 2367880. OLE color: 2367880.

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

Color convert

RGB1363336-
CMYK00.760.740.47
HSL358.25º60.95%33.14%-
HSV(B)358.25º75.74%53.33%-
XYZ11.026.452.33-
YUV64.14112.12179.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.34%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=66.34%
G=16.10%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136333600.760.740.47358.2560.9533.14
Hex88212404C4A2F1663d21
Octal21041440114112575467541
Binary10001000100001100100010011001001010101111101100110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882124; }

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

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

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

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

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

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

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

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