Html Css Color HEX #86262A Flame Red

📋 copy color: '#86262A'

red 134 ◦ green 38 ◦ blue 42

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

Shades of Flame Red #86262A

Tints of Flame Red #86262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 62.62%
G = 17.76%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86262A (or 0x86262A) is known color: Flame Red. HEX triplet: 86, 26 and 2A. RGB value is (134,38,42). Sum of RGB (Red+Green+Blue) = 134+38+42=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86262A is #79D9D5. Grayscale: #434343. Windows color (decimal): -7985622 or 2762374. OLE color: 2762374.

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

Color convert

RGB 134 38 42 -
CMYK 0 0.72 0.69 0.47
HSL 357.5º 0.56% 0.34% -
HSV(B) 357.5º 0.72% 0.53% -
XYZ 10.94 6.62 2.89 -
YUV 67.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 134 38 42 0 0.72 0.69 0.47 357.5 0.56 0.34
Hex 86 26 2A 0 48 45 2F 166 38 22
Octal 206 46 52 0 110 105 57 546 70 42
Binary 10000110 100110 101010 0 1001000 1000101 101111 101100110 111000 100010

Color Harmonies of #86262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86262A

Black with #86262A

Text Example


Text Example

White with #86262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86262A; }

 p { color: rgb(134,38,42); }

 H1.HeaderClassName
 {
   color: #86262A;
 }
 .AnyTagClassName
 {
   color: #86262A;
 }
</style>

background-color css

<style>
 a { background-color: #86262A; }

 a { background-color: rgb(134,38,42); }

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

border-color css

<style>
 span { border-color: #86262A; }

 span { border-color: rgb(134,38,42); }

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