#881C28

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

Shades of Flame Red #881C28

Tints of Flame Red #881C28

Color information

#881C28 (or 0x881C28) is unknown color: approx Flame Red. HEX triplet: 88, 1C and 28. RGB value is (136,28,40). Sum of RGB (Red+Green+Blue) = 136+28+40=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #881C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C28 is #77E3D7. Grayscale: #3D3D3D. Windows color (decimal): -7857112 or 2628744. OLE color: 2628744.

HSL color Cylindrical-coordinate representation of color #881C28: hue angle of 353.33º 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 #881C28 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1362840-
CMYK00.790.710.47
HSL353.33º65.85%32.16%-
HSV(B)353.33º79.41%53.33%-
XYZ10.956.222.63-
YUV61.66115.78181.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.67%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=66.67%
G=13.73%
B=19.61%

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
Decimal136284000.790.710.47353.3365.8532.16
Hex881C2804F472F1614220
Octal210345001171075754110240
Binary10001000111001010000100111110001111011111011000011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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