Html Css Color HEX #871520 Flame Red

📋 copy color: '#871520'

red 135 ◦ green 21 ◦ blue 32

#871520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #871520

Tints of Flame Red #871520

RGB

 RED value IS 135 (53.13% from 255) = 71.81%

 GREEN value IS 21 (8.59% from 255) = 11.17%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 71.81%
G = 11.17%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#871520 (or 0x871520) is known color: Flame Red. HEX triplet: 87, 15 and 20. RGB value is (135,21,32). Sum of RGB (Red+Green+Blue) = 135+21+32=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #871520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871520 is #78EADF. Grayscale: #383838. Windows color (decimal): -7924448 or 2102663. OLE color: 2102663.

HSL color Cylindrical-coordinate representation of color #871520: hue angle of 354.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871520 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 32 -
CMYK 0 0.84 0.76 0.47
HSL 354.21º 0.73% 0.31% -
HSV(B) 354.21º 0.84% 0.53% -
XYZ 10.52 5.79 1.93 -
YUV 56.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 135 21 32 0 0.84 0.76 0.47 354.21 0.73 0.31
Hex 87 15 20 0 54 4C 2F 162 49 1F
Octal 207 25 40 0 124 114 57 542 111 37
Binary 10000111 10101 100000 0 1010100 1001100 101111 101100010 1001001 11111

Color Harmonies of #871520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871520

Black with #871520

Text Example


Text Example

White with #871520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871520; }

 p { color: rgb(135,21,32); }

 H1.HeaderClassName
 {
   color: #871520;
 }
 .AnyTagClassName
 {
   color: #871520;
 }
</style>

background-color css

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

 a { background-color: rgb(135,21,32); }

 div.DivClassName
 {
   background-color: #871520;
 }
 .BgClassName
 {
   background-color: #871520;
 }
</style>

border-color css

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

 span { border-color: rgb(135,21,32); }

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