Html Css Color HEX #87282F Flame Red

📋 copy color: '#87282F'

red 135 ◦ green 40 ◦ blue 47

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

Shades of Flame Red #87282F

Tints of Flame Red #87282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.17%

R = 60.81%
G = 18.02%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#87282F (or 0x87282F) is known color: Flame Red. HEX triplet: 87, 28 and 2F. RGB value is (135,40,47). Sum of RGB (Red+Green+Blue) = 135+40+47=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #87282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87282F is #78D7D0. Grayscale: #454545. Windows color (decimal): -7919569 or 3090567. OLE color: 3090567.

HSL color Cylindrical-coordinate representation of color #87282F: hue angle of 355.58º 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 #87282F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 47 -
CMYK 0 0.70 0.65 0.47
HSL 355.58º 0.54% 0.34% -
HSV(B) 355.58º 0.7% 0.53% -
XYZ 11.26 6.87 3.42 -
YUV 69.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 135 40 47 0 0.70 0.65 0.47 355.58 0.54 0.34
Hex 87 28 2F 0 46 41 2F 164 36 22
Octal 207 50 57 0 106 101 57 544 66 42
Binary 10000111 101000 101111 0 1000110 1000001 101111 101100100 110110 100010

Color Harmonies of #87282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87282F

Black with #87282F

Text Example


Text Example

White with #87282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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