Html Css Color HEX #87242D Flame Red

📋 copy color: '#87242D'

red 135 ◦ green 36 ◦ blue 45

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

Shades of Flame Red #87242D

Tints of Flame Red #87242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.83%

R = 62.5%
G = 16.67%
B = 20.83%

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

#87242D (or 0x87242D) is known color: Flame Red. HEX triplet: 87, 24 and 2D. RGB value is (135,36,45). Sum of RGB (Red+Green+Blue) = 135+36+45=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87242D is #78DBD2. Grayscale: #424242. Windows color (decimal): -7920595 or 2958471. OLE color: 2958471.

HSL color Cylindrical-coordinate representation of color #87242D: hue angle of 354.55º 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 #87242D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 36 45 -
CMYK 0 0.73 0.67 0.47
HSL 354.55º 0.58% 0.34% -
HSV(B) 354.55º 0.73% 0.53% -
XYZ 11.1 6.6 3.17 -
YUV 66.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 135 36 45 0 0.73 0.67 0.47 354.55 0.58 0.34
Hex 87 24 2D 0 49 43 2F 163 3A 22
Octal 207 44 55 0 111 103 57 543 72 42
Binary 10000111 100100 101101 0 1001001 1000011 101111 101100011 111010 100010

Color Harmonies of #87242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87242D

Black with #87242D

Text Example


Text Example

White with #87242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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