Html Css Color HEX #87151F Flame Red

📋 copy color: '#87151F'

red 135 ◦ green 21 ◦ blue 31

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

Shades of Flame Red #87151F

Tints of Flame Red #87151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 72.19%
G = 11.23%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#87151F (or 0x87151F) is known color: Flame Red. HEX triplet: 87, 15 and 1F. RGB value is (135,21,31). Sum of RGB (Red+Green+Blue) = 135+21+31=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #87151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87151F is #78EAE0. Grayscale: #383838. Windows color (decimal): -7924449 or 2037127. OLE color: 2037127.

HSL color Cylindrical-coordinate representation of color #87151F: hue angle of 354.74º 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 #87151F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 31 -
CMYK 0 0.84 0.77 0.47
HSL 354.74º 0.73% 0.31% -
HSV(B) 354.74º 0.84% 0.53% -
XYZ 10.51 5.79 1.86 -
YUV 56.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 135 21 31 0 0.84 0.77 0.47 354.74 0.73 0.31
Hex 87 15 1F 0 54 4D 2F 163 49 1F
Octal 207 25 37 0 124 115 57 543 111 37
Binary 10000111 10101 11111 0 1010100 1001101 101111 101100011 1001001 11111

Color Harmonies of #87151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87151F

Black with #87151F

Text Example


Text Example

White with #87151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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