Html Css Color HEX #87242C Flame Red

📋 copy color: '#87242C'

red 135 ◦ green 36 ◦ blue 44

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

Shades of Flame Red #87242C

Tints of Flame Red #87242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

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

R = 62.79%
G = 16.74%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87242C (or 0x87242C) is known color: Flame Red. HEX triplet: 87, 24 and 2C. RGB value is (135,36,44). Sum of RGB (Red+Green+Blue) = 135+36+44=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87242C is #78DBD3. Grayscale: #424242. Windows color (decimal): -7920596 or 2892935. OLE color: 2892935.

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

Color convert

RGB 135 36 44 -
CMYK 0 0.73 0.67 0.47
HSL 355.15º 0.58% 0.34% -
HSV(B) 355.15º 0.73% 0.53% -
XYZ 11.08 6.59 3.07 -
YUV 66.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 135 36 44 0 0.73 0.67 0.47 355.15 0.58 0.34
Hex 87 24 2C 0 49 43 2F 163 3A 22
Octal 207 44 54 0 111 103 57 543 72 42
Binary 10000111 100100 101100 0 1001001 1000011 101111 101100011 111010 100010

Color Harmonies of #87242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87242C

Black with #87242C

Text Example


Text Example

White with #87242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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