#871F21

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

Shades of Flame Red #871F21

Tints of Flame Red #871F21

Color information

#871F21 (or 0x871F21) is unknown color: approx Flame Red. HEX triplet: 87, 1F and 21. RGB value is (135,31,33). Sum of RGB (Red+Green+Blue) = 135+31+33=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #871F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F21 is #78E0DE. Grayscale: #3E3E3E. Windows color (decimal): -7921887 or 2170759. OLE color: 2170759.

HSL color Cylindrical-coordinate representation of color #871F21: hue angle of 358.85º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F21 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1353133-
CMYK00.770.760.47
HSL358.85º62.65%32.55%-
HSV(B)358.85º77.04%52.94%-
XYZ10.766.242.08-
YUV62.32111.46179.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.84%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=67.84%
G=15.58%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135313300.770.760.47358.8562.6532.55
Hex871F2104D4C2F1673f21
Octal20737410115114575477741
Binary1000011111111100001010011011001100101111101100111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,31,33); }

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

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

 a { background-color: rgb(135,31,33); }

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

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

 span { border-color: rgb(135,31,33); }

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