#881B28

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

Shades of Flame Red #881B28

Tints of Flame Red #881B28

Color information

#881B28 (or 0x881B28) is unknown color: approx Flame Red. HEX triplet: 88, 1B and 28. RGB value is (136,27,40). Sum of RGB (Red+Green+Blue) = 136+27+40=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #881B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B28 is #77E4D7. Grayscale: #3D3D3D. Windows color (decimal): -7857368 or 2628488. OLE color: 2628488.

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

Color convert

RGB1362740-
CMYK00.800.710.47
HSL352.84º66.87%31.96%-
HSV(B)352.84º80.15%53.33%-
XYZ10.936.172.62-
YUV61.07116.11181.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=67.00%
G=13.30%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136274000.800.710.47352.8466.8731.96
Hex881B28050472F1614320
Octal210335001201075754110340
Binary10001000110111010000101000010001111011111011000011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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