#881C27

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

Shades of Flame Red #881C27

Tints of Flame Red #881C27

Color information

#881C27 (or 0x881C27) is unknown color: approx Flame Red. HEX triplet: 88, 1C and 27. RGB value is (136,28,39). Sum of RGB (Red+Green+Blue) = 136+28+39=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #881C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C27 is #77E3D8. Grayscale: #3D3D3D. Windows color (decimal): -7857113 or 2563208. OLE color: 2563208.

HSL color Cylindrical-coordinate representation of color #881C27: hue angle of 353.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C27 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1362839-
CMYK00.790.710.47
HSL353.89º65.85%32.16%-
HSV(B)353.89º79.41%53.33%-
XYZ10.936.212.54-
YUV61.55115.28181.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=67.00%
G=13.79%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136283900.790.710.47353.8965.8532.16
Hex881C2704F472F1624220
Octal210344701171075754210240
Binary10001000111001001110100111110001111011111011000101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881C27; }

 p { color: rgb(136,28,39); }

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

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

 a { background-color: rgb(136,28,39); }

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

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

 span { border-color: rgb(136,28,39); }

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