Html Css Color HEX #87232C Flame Red

📋 copy color: '#87232C'

red 135 ◦ green 35 ◦ blue 44

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

Shades of Flame Red #87232C

Tints of Flame Red #87232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 63.08%
G = 16.36%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87232C (or 0x87232C) is known color: Flame Red. HEX triplet: 87, 23 and 2C. RGB value is (135,35,44). Sum of RGB (Red+Green+Blue) = 135+35+44=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87232C is #78DCD3. Grayscale: #414141. Windows color (decimal): -7920852 or 2892679. OLE color: 2892679.

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

Color convert

RGB 135 35 44 -
CMYK 0 0.74 0.67 0.47
HSL 354.6º 0.59% 0.33% -
HSV(B) 354.6º 0.74% 0.53% -
XYZ 11.05 6.53 3.06 -
YUV 65.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 135 35 44 0 0.74 0.67 0.47 354.6 0.59 0.33
Hex 87 23 2C 0 4A 43 2F 163 3B 21
Octal 207 43 54 0 112 103 57 543 73 41
Binary 10000111 100011 101100 0 1001010 1000011 101111 101100011 111011 100001

Color Harmonies of #87232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87232C

Black with #87232C

Text Example


Text Example

White with #87232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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