Html Css Color HEX #862022 Flame Red

📋 copy color: '#862022'

red 134 ◦ green 32 ◦ blue 34

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

Shades of Flame Red #862022

Tints of Flame Red #862022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

 BLUE value IS 34 (13.67% from 255) = 17%

R = 67%
G = 16%
B = 17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#862022 (or 0x862022) is known color: Flame Red. HEX triplet: 86, 20 and 22. RGB value is (134,32,34). Sum of RGB (Red+Green+Blue) = 134+32+34=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #862022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862022 is #79DFDD. Grayscale: #3E3E3E. Windows color (decimal): -7987166 or 2236550. OLE color: 2236550.

HSL color Cylindrical-coordinate representation of color #862022: hue angle of 358.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862022 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 34 -
CMYK 0 0.76 0.75 0.47
HSL 358.82º 0.61% 0.33% -
HSV(B) 358.82º 0.76% 0.53% -
XYZ 10.64 6.22 2.15 -
YUV 62.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 134 32 34 0 0.76 0.75 0.47 358.82 0.61 0.33
Hex 86 20 22 0 4C 4B 2F 167 3D 21
Octal 206 40 42 0 114 113 57 547 75 41
Binary 10000110 100000 100010 0 1001100 1001011 101111 101100111 111101 100001

Color Harmonies of #862022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862022

Black with #862022

Text Example


Text Example

White with #862022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862022; }

 p { color: rgb(134,32,34); }

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

background-color css

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

 a { background-color: rgb(134,32,34); }

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

border-color css

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

 span { border-color: rgb(134,32,34); }

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