Html Css Color HEX #87282B Flame Red

📋 copy color: '#87282B'

red 135 ◦ green 40 ◦ blue 43

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

Shades of Flame Red #87282B

Tints of Flame Red #87282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 61.93%
G = 18.35%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#87282B (or 0x87282B) is known color: Flame Red. HEX triplet: 87, 28 and 2B. RGB value is (135,40,43). Sum of RGB (Red+Green+Blue) = 135+40+43=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87282B is #78D7D4. Grayscale: #444444. Windows color (decimal): -7919573 or 2828423. OLE color: 2828423.

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

Color convert

RGB 135 40 43 -
CMYK 0 0.70 0.68 0.47
HSL 358.11º 0.54% 0.34% -
HSV(B) 358.11º 0.7% 0.53% -
XYZ 11.19 6.84 3.02 -
YUV 68.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 135 40 43 0 0.70 0.68 0.47 358.11 0.54 0.34
Hex 87 28 2B 0 46 44 2F 166 36 22
Octal 207 50 53 0 106 104 57 546 66 42
Binary 10000111 101000 101011 0 1000110 1000100 101111 101100110 110110 100010

Color Harmonies of #87282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87282B

Black with #87282B

Text Example


Text Example

White with #87282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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