Html Css Color HEX #87262B Flame Red

📋 copy color: '#87262B'

red 135 ◦ green 38 ◦ blue 43

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

Shades of Flame Red #87262B

Tints of Flame Red #87262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 62.5%
G = 17.59%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#87262B (or 0x87262B) is known color: Flame Red. HEX triplet: 87, 26 and 2B. RGB value is (135,38,43). Sum of RGB (Red+Green+Blue) = 135+38+43=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87262B is #78D9D4. Grayscale: #434343. Windows color (decimal): -7920085 or 2827911. OLE color: 2827911.

HSL color Cylindrical-coordinate representation of color #87262B: hue angle of 356.91º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87262B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 43 -
CMYK 0 0.72 0.68 0.47
HSL 356.91º 0.56% 0.34% -
HSV(B) 356.91º 0.72% 0.53% -
XYZ 11.12 6.71 2.99 -
YUV 67.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 135 38 43 0 0.72 0.68 0.47 356.91 0.56 0.34
Hex 87 26 2B 0 48 44 2F 165 38 22
Octal 207 46 53 0 110 104 57 545 70 42
Binary 10000111 100110 101011 0 1001000 1000100 101111 101100101 111000 100010

Color Harmonies of #87262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87262B

Black with #87262B

Text Example


Text Example

White with #87262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87262B; }

 p { color: rgb(135,38,43); }

 H1.HeaderClassName
 {
   color: #87262B;
 }
 .AnyTagClassName
 {
   color: #87262B;
 }
</style>

background-color css

<style>
 a { background-color: #87262B; }

 a { background-color: rgb(135,38,43); }

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

border-color css

<style>
 span { border-color: #87262B; }

 span { border-color: rgb(135,38,43); }

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