#881819

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

Shades of Flame Red #881819

Tints of Flame Red #881819

Color information

#881819 (or 0x881819) is unknown color: approx Flame Red. HEX triplet: 88, 18 and 19. RGB value is (136,24,25). Sum of RGB (Red+Green+Blue) = 136+24+25=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #881819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881819 is #77E7E6. Grayscale: #393939. Windows color (decimal): -7858151 or 1644680. OLE color: 1644680.

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

Color convert

RGB1362425-
CMYK00.820.820.47
HSL359.46º70%31.37%-
HSV(B)359.46º82.35%53.33%-
XYZ10.665.961.51-
YUV57.6109.61183.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.51%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=73.51%
G=12.97%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136242500.820.820.47359.467031.37
Hex881819052522F167461f
Octal210303101221225754710637
Binary100010001100011001010100101010010101111101100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881819; }

 p { color: rgb(136,24,25); }

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

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

 a { background-color: rgb(136,24,25); }

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

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

 span { border-color: rgb(136,24,25); }

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