Html Css Color HEX #86292B Flame Red

📋 copy color: '#86292B'

red 134 ◦ green 41 ◦ blue 43

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

Shades of Flame Red #86292B

Tints of Flame Red #86292B

RGB

 RED value IS 134 (52.73% from 255) = 61.47%

 GREEN value IS 41 (16.41% from 255) = 18.81%

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

R = 61.47%
G = 18.81%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86292B (or 0x86292B) is known color: Flame Red. HEX triplet: 86, 29 and 2B. RGB value is (134,41,43). Sum of RGB (Red+Green+Blue) = 134+41+43=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86292B is #79D6D4. Grayscale: #454545. Windows color (decimal): -7984853 or 2828678. OLE color: 2828678.

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

Color convert

RGB 134 41 43 -
CMYK 0 0.69 0.68 0.47
HSL 358.71º 0.53% 0.34% -
HSV(B) 358.71º 0.69% 0.53% -
XYZ 11.06 6.83 3.02 -
YUV 69.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 134 41 43 0 0.69 0.68 0.47 358.71 0.53 0.34
Hex 86 29 2B 0 45 44 2F 167 35 22
Octal 206 51 53 0 105 104 57 547 65 42
Binary 10000110 101001 101011 0 1000101 1000100 101111 101100111 110101 100010

Color Harmonies of #86292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86292B

Black with #86292B

Text Example


Text Example

White with #86292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,41,43); }

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

background-color css

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

 a { background-color: rgb(134,41,43); }

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

border-color css

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

 span { border-color: rgb(134,41,43); }

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