Html Css Color HEX #87292C Flame Red

📋 copy color: '#87292C'

red 135 ◦ green 41 ◦ blue 44

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

Shades of Flame Red #87292C

Tints of Flame Red #87292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

 BLUE value IS 44 (17.58% from 255) = 20%

R = 61.36%
G = 18.64%
B = 20%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87292C (or 0x87292C) is known color: Flame Red. HEX triplet: 87, 29 and 2C. RGB value is (135,41,44). Sum of RGB (Red+Green+Blue) = 135+41+44=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #87292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87292C is #78D6D3. Grayscale: #454545. Windows color (decimal): -7919316 or 2894215. OLE color: 2894215.

HSL color Cylindrical-coordinate representation of color #87292C: hue angle of 358.09º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87292C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 44 -
CMYK 0 0.70 0.67 0.47
HSL 358.09º 0.53% 0.35% -
HSV(B) 358.09º 0.7% 0.53% -
XYZ 11.24 6.92 3.13 -
YUV 69.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 135 41 44 0 0.70 0.67 0.47 358.09 0.53 0.35
Hex 87 29 2C 0 46 43 2F 166 35 23
Octal 207 51 54 0 106 103 57 546 65 43
Binary 10000111 101001 101100 0 1000110 1000011 101111 101100110 110101 100011

Color Harmonies of #87292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87292C

Black with #87292C

Text Example


Text Example

White with #87292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87292C; }

 p { color: rgb(135,41,44); }

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

background-color css

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

 a { background-color: rgb(135,41,44); }

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

border-color css

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

 span { border-color: rgb(135,41,44); }

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