#871D24

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

Shades of Flame Red #871D24

Tints of Flame Red #871D24

Color information

#871D24 (or 0x871D24) is unknown color: approx Flame Red. HEX triplet: 87, 1D and 24. RGB value is (135,29,36). Sum of RGB (Red+Green+Blue) = 135+29+36=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #871D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D24 is #78E2DB. Grayscale: #3D3D3D. Windows color (decimal): -7922396 or 2366855. OLE color: 2366855.

HSL color Cylindrical-coordinate representation of color #871D24: hue angle of 356.04º degrees, saturation: 0.65, 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 #871D24 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1352936-
CMYK00.790.730.47
HSL356.04º64.63%32.16%-
HSV(B)356.04º78.52%52.94%-
XYZ10.756.162.29-
YUV61.49113.62180.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.5%
GREEN value IS 29 (11.72% from 255) = 14.5%
BLUE value IS 36 (14.45% from 255) = 18%
R=67.5%
G=14.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135293600.790.730.47356.0464.6332.16
Hex871D2404F492F1644120
Octal207354401171115754410140
Binary10000111111011001000100111110010011011111011001001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871D24; }

 p { color: rgb(135,29,36); }

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

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

 a { background-color: rgb(135,29,36); }

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

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

 span { border-color: rgb(135,29,36); }

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