Html Css Color HEX #87262E Flame Red

📋 copy color: '#87262E'

red 135 ◦ green 38 ◦ blue 46

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

Shades of Flame Red #87262E

Tints of Flame Red #87262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21%

R = 61.64%
G = 17.35%
B = 21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#87262E (or 0x87262E) is known color: Flame Red. HEX triplet: 87, 26 and 2E. RGB value is (135,38,46). Sum of RGB (Red+Green+Blue) = 135+38+46=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #87262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87262E is #78D9D1. Grayscale: #434343. Windows color (decimal): -7920082 or 3024519. OLE color: 3024519.

HSL color Cylindrical-coordinate representation of color #87262E: hue angle of 355.05º 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 #87262E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 46 -
CMYK 0 0.72 0.66 0.47
HSL 355.05º 0.56% 0.34% -
HSV(B) 355.05º 0.72% 0.53% -
XYZ 11.18 6.73 3.3 -
YUV 67.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 135 38 46 0 0.72 0.66 0.47 355.05 0.56 0.34
Hex 87 26 2E 0 48 42 2F 163 38 22
Octal 207 46 56 0 110 102 57 543 70 42
Binary 10000111 100110 101110 0 1001000 1000010 101111 101100011 111000 100010

Color Harmonies of #87262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87262E

Black with #87262E

Text Example


Text Example

White with #87262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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